Hi, is it possible to limit the number of notifications by email V3 on a per day basis or similar for a given flow?
@Planet , what do you mean by "limit"? Please describe the problem in details.
Sure, we are using flow to send an email notification to recipients when a file is modified but we want to send only one or two notifications per day independently of the modifications to the file, is it possible?
Thanks
Certainly it's possible. You have to change your flow logic. Run it once or twice a day and check if the file has been modified.
Thanks, how can I do this timely check?
I think the simplest way is using 2 flows. The first one triggers each time the file is modified and recreates lastmodification.txt file, writing there current date and time.
The second one run once a day. It reads and analyze the lastmodification.txt file and then sends a message (or not).
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 |
---|---|
32 | |
28 | |
27 | |
21 | |
10 |