I’m working on an inspection checklist that allows the user to upload multiple photos so they can be renamed and inserted into a report document. My current approach is to use a repeating section with the inspection location (single-choice) and file upload (restricted to image). My assumption was that I could traverse the resulting collection, extract each row as a collection, then parse out the contents of that row. Unfortunately I can’t extract the row as a collection, just as a chunk of json code, which isn’t terribly useful.
Is what I am trying to do even possible or should I go straight to plan B (which is to make each row a pair of stand-alone controls vs the repeating section)?
Thanks!

