I am working on my first Flow and my goal is to get a list of all files uploaded to a SharePoint Online document library, and send an e-mail to a group with that list of files at the end of the day.
I am using the template for when a file is created, to send an e-mail.. but I can't figure out how to add some custom code in there to aggregate a list of files uploaded.
Any help or resources are appreciated!
Thank you for this @ScottShearer !
@Anonymous :
The Flow below should help you out. Please note the single quotes in the OData filter. You may need to make a minor adjustment in calculating the variables to account for your time zone.
UPDATE: you actually only need one variable - varToday. The OData filter would be as follows:
Created ge 'VarToday'
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1