After calling SubmitForm, how can I retrieve what I submitted?

SubmitForm has many benefits over Patch, such as triggering error messages in the form. However, I find that I often have to use Patch because Patch returns useful info on what was submitted, such as the ID of the row in the SharePoint List that the call to Patch has populated.

After calling SubmitForm, is there any way to retrieve what was submitted? In particular, I'm interesting in grabbing the SharePoint List's corresponding row ID .

1 Answer

Just use your Form.LastSubmit.* Then you'll be able to retrieve data from last submitted item.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like