Return to page form was opened from?

I have a form page that edits a table record. The form can be opened from two different pages. What would be the best way to setup the workflow to return the user to the page the form was opened from? Pass a URL parameter that then is used in a formula on the redirect URL?

1 Like

Yes, you can use both a query parameter or a global variable with persist on navigation set to true. If one of these two page is an external page you will need the first method.

1 Like