Hey all,
I'm a bit stumped with this process. Essentially I want to create a scenario in Make that generates an individual report for each applicable record pulled from a repeat.
Background
The data structure for this survey is a parent layer containing high level event details, and a repeat for attendance that records all attendees for the event (present as a repeat in the survey). The workflow desired is to create certificates using names from the "Attendance" repeat.
Though I can generate certificates for all attendees from the parent survey into a single, combined PDF, the desired workflow is to create individual PDFs so each attendee has their own certificate (credit usage isn't a concern here).
I have considered adding a "split PDF" module in the scenario, however it just splits the PDF with a generic name. Ideally, the PDFs would have customized filenames with their organization and name appended (e.g., ${event_date}_${first_name}_${last_name}_${organization}).
In order to achieve that, I believe I have to generate certificates from a survey where the submission URL and form ID are specific to the HFL and attendance repeat. This way, individual reports can be generated for all applicable attendees.
The way I envision doing this in Make is to watch a survey, push forward the parentglobalID, and then generate reports from the specific attendance repeat survey for all records that match the parentglobalID. I'm not entirely sure how to do this and I may be overcomplicating things.
Question
How would I go about generating individual PDF reports for each relevant record in a repeat? Can this be done in the parent survey itself? Or would I have to utilize a survey tailored to the related repeat table and generate reports from there?
Essentially what I'm aiming to do is create a scenario in Make that replicates this process where you can filter for specific records (parentglobalID in this case), then generate individual reports for each record with the filename tailored from the attribute table:
The screenshot above is from the survey I created specific to the Attendance repeat, however if this process can be achieved via the parent survey, that would be ideal.
Any help is much appreciated!
Additional Context
For additional context, here's the current scenario I have in Make that gets me 90% of the way there. The last 10% is having it so that PDFs have custom filenames based on attendees, but I feel incorporating that last 10% will require changing the entire process.