Hi @bryceh57660644 ,Check below in your script: The variable definitions
are correct as per what you have declared in the form as storage try
adding "_key" in your xtk.session.write function as below: Here "v_id"
would be IDs in your case as you are trying to save the values for a
particular record and I believe it is missing currently , hence you are
not able to see the value getting inserted/updated. Hope this
helps.Thanks.