I have a Sharepoint List which is populated by a Form. This list has a flow run every two weeks which creates an export of the items on the list, emails that export to a supplier, and then archives the records. I have recently been asked to allow users to attach a file to their submission which I have done absolutely fine, but I can't figure out how to get the attachments from every record and attach them to the same export email.
I have come across multiple blogs such as this one which tell me how to email multiple attachments from ONE record when that record is first created, but I would like the flow to look at EACH record in a list, take their attachments, and send them in one email at the end of the flow. Is this possible?