Maintain URL Parameter Across Multiple Pages

Certified Associate Developer

I have a portal that is reached by scanning a QR code and takes 1 url parameter and passes it into the initial page where the user can fill out some data. However, if the user navigates away from that page to another page on the portal, and then comes back, the rule input is blank and the url parameter has also been lost. Is there a way to save the user's data so they don't lose it when they navigate back, or at least a way to preserve the url parameter between pages so it can be passed back in to the form?

Thank you,

Jack

  Discussion posts and replies are publicly visible

Parents Reply
  • We Can Have token as Particular Key to Handle Instance Data and then the moment it goes to Appian we can keep the necessary Details . As For Every QR an instance will happen with respect to token we can manage the Value associated with that QR so then refresh page will not be a blocker .Now it depends to have token associated with QR or assign it through Portal.

    Moreover if we are Concerned with Unused token Space we can have a scheduler(Empty Records Cleaner) which can help in Space Optimization also.

Children