Hi!
When users submit data via a NewForm, I generally like to show them the submitted data when NewForm.OnSuccess is true. So far I did this by passing the item data into a collection when the user clicks a button to SubmitForm(NewForm), then I display the data that is stored within the collection. However I am wondering if there is a better way, specifically using the LastSubmit() function.
But my question is:
Does LastSubmit() show the last record that was submitted as part of the app session or the last submitted item to the data source?
The concern is of course that if the latter is true, the LastSubmit() function would not be ideal for solutions where multiple users submit nearly simultaneously..
Thanks! 🙂