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!
Solved! Go to Solution.
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'
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'
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
72 | |
22 | |
17 | |
17 | |
14 |
User | Count |
---|---|
126 | |
35 | |
30 | |
28 | |
26 |