I’m building a class registration system for my nonprofit organization’s business development training programs. I need to build a dynamic list of files (fillable pdf forms) for students to download, complete, and upload as they apply for classes. The forms vary based on course, grant funding source, language, etc. I’ve built a repeating group (see screenshot) that offers a list of things (“Class Documents”) for download, and a file uploader element for each cell.
I’d like, when the submit button is clicked, for a thing (“Student Registration Document”) to be created for each uploaded file. I’m struggling to build the list to feed into a recursive workflow. I’ve tried but failed to add fileuploader values to a custom state, and likewise failed to add them to a secondary repeating group. Do they have to be individually saved to the database before they can be acted upon in bulk?