All,
I have built a Gallery(GalleryMain) using SQL DB pulling in information. I have created a AttachmentControl using Power Automate to take those attachments and dump them into a SharePoint Document Library(TestDoc). Inside the Power Automate, it takes the SQL DB ID and creates that ID as the folder name and then dump those files in the Attachment Control in that folder.
Folder name 2 -> test.doc ; test.txt and so on
In my main Gallery(GalleryMain), when you select row ID 2, I want to be able to see ONLY those files associated in TestDoc/2(folder name) for that current selection? I hope this makes sense. This is possible?