Saving an API form Repeat to session manager

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?

@kfawcett

You should be able to display the information in the input fields with something like inputname.value.

@kfawcett I was able to make it work. Now if I can only figure out the string issue on the post.

Should I create a new post dedicated to this?

Yes

@ben Thank you I am creating the new post now dedicated to repeat form string API posts