Go back to previous form from current form

A form is an object. Like any other object (dictionary, list, string, number, …), you can save its value into a variable. As long as that variable “lives”, so does the form, even if it is not currently being displayed.

So, just save the value, in some place (even an app-global variable) where it can be found later.

2 Likes