Is there another way to list all the attachments rather than just the first attachment? I'm currently using this formula to display an attachment on a Verification Screen (screen before submit).
First(DataCardValue49.Attachments).Name
I need to list all attachments or somehow create a collection of all attachments file names then use gallery to display the collection?