Hello, I have an application where the user is able to view reports, and it needs to allow the user to select documents and then have them emailed.
Right now, I have set it up so that the document IDs are are saved to a collection, then brought over to Power Automate. The first step of my Flow is to Parse JSON.
The issue is, I now have to Get File Properties using those IDs, and this is where I am having trouble. I am not too sure how to query the data so that it grabs all of the correct documents based on the IDs brought over from the application. Any help would be appreciated.