Hi all, I am working on a form that creates multiple checklists for the user to fill out. I have implemented in the process diagram a way for the checklist form to repeat itself based on the number of rows in a table created in the previous form (before the build checklist). The only issue is that the user is presented with a single checklist and they have to fill out each one in order. I was hoping to give the user a better for,m to prevent multiple submissions and repeating the same checklist form after each submission. This would also give the user a choice of which checklist they would like to fill out in the order they would like.
I noticed there is a pagination function within forms but I have to manually create the number of pages. Because the number of checklists that will be required can change per instance, I was wondering if there was any way to create these pages based on the number of rows within a table or any other variable. Does anyone have any ideas that may help with this?
Thank you,
James