Anyone on the boards that you know who has experience in this?
The reason I was using the session manager previously was that I could place the data into created session variables. such as the image below, this was the setup I created before testing out this new way of creating this form.
That way I was able to pull the info from the session manager and place it into a population data page where the submitter can review the data they have entered before they submit the form to the API.
setting up the form in this way with a single variable, I do not see how I can pull the entered data into a review page that the user can see. Is there a way of accessing the information in the variable?
If not can I use the session manager in a similar way that I am using the single variable?