Avatar

Community Advisor

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:

             Screen Shot 2020-06-11 at 8.24.18 pm.png

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.