I'm creating a flow that gets all the checked out files in several different Sharepoint libraries and adds the data into a spreadsheet. After the data has been added to the spreadsheet, the file will be emailed to the users who have files checked out to remind them to check in their files.
There are almost 100 different libraries, so I created an array with all of the site URLs, then used an Apply to Each to iterate through the array and get file properties for each site, but when I try to iterate through the list I get back from Sharepoint to add to the Excel file, the dynamic content does not appear.
I found a thread from a couple years ago from another user with a similar issue, but no answer. Could someone help me here?