Hello,
I'm working on a Dataverse application which includes a form where a user would input values and may click on submit.
We have a request from our client, for the input data to pre-populated if the user navigates away from this form and then uses the browser back button to return. I'm seeing some information about the use of global variables which makes me think that I can store the form values within a global variable and then use this to prepopulate the form when it loads. The other question is how to know that the user returned to the form through the use of the browser back button, rather than using the menu navigation.
I realize this is a very open ended question, but after searching this forum and the web for a considerable time, I decided to post my question. At minimum, I'd love to see some documentation that guides me on the use of global (or session state) variables within Dataverse applications.
Thank you,
Anita