Resume incomplete form

I think you’ll have to create your own custom form for that.

Your flow would only clear the user specific columns when the form is finally submitted.

If your users are required to login this should work pretty well. User specific columns of a logged in user will only clear if they logout intentionally. Closing the app itself will not clear User Specific Columns… only a hard sign out through the fly out menu would do that.

If login is optional you might have to create some type of change log/ history which is recorded by a button press I.e. a button with a go back action + an add row action to your change log. You’d only have to use this approach if you are concerned about a non logged in user closing the app in the midst of filling out your form. Otherwise a custom form with User Specific Columns that only clear when the form is finally submitted should cover you in both cases.

2 Likes