I have a flow that is attached to a form so that whenever a selection is made, an email is generated and sent to 4 specific people. Is there a way to put a condition in place so that when something is submitted on the form Monday-Friday from 7:30am-4:30pm the email is generated and sent to 4 specific people but if something is submitted on the weekends and between 4:31pm-7:29am during the weekday, the email is sent to 5 specific people?
You can do a condition using dayofweek function and use the UTCNow converted to your timezone to check the time the flow was triggered.
Check below article:
https://manueltgomes.com/reference/powerautomate-function-reference/flow-dayofweek-function/
User | Count |
---|---|
92 | |
45 | |
21 | |
18 | |
16 |
User | Count |
---|---|
136 | |
49 | |
42 | |
36 | |
28 |