Hi,
What's the best practice/flow steps to send an e-mail on the last day of the month, or easier the first of each month, listing the total number of list items created.
Thanks for any insight.
Mike
Hi @ez1138,
Please consider using the trigger Recurrence. Then select Month for Frequency, set Time zone and Start time.
If you are using SharePoint list, after the trigger, use the action Get items.
Then a Compose action and the following function to return the total number of items created.
length(body('Get_items')?['value'])
Please take the screenshot for a reference.
Best regards,
Mabel Mao
Added those steps. How would I pull the fuction in to an e-mail?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
13 | |
10 | |
9 | |
6 | |
6 |
User | Count |
---|---|
21 | |
20 | |
17 | |
8 | |
8 |