I have setup a flow which sends a message to Microsoft Teams when a new email arrives, however 2 issues
its not parsing the time correctly
If Yes Works, but No does not. where am i going wrong
baiscally i want the conditon only to work between 08:30 AM to 5:30 PM, if NO then it should output a different message in the chat
G'day @uwtsd-shind,
Rather than using recurrence as the trigger use "When an email Arrives" as the trigger, this will run the flow whenever an email is received rather than waiting for a specific time. Then you can use your condition similarly to what solved this issue.
This is because the received time is in UTC, and you can convert the UTC time to your own time using something similar as.
https://www.worldtimebuddy.com/
Then using your condition you can filter to determine if it is in between your working hours or not.
Cheers
Campbell
_____________________________________________________________________________________________________________________
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
User | Count |
---|---|
102 | |
39 | |
29 | |
24 | |
16 |
User | Count |
---|---|
132 | |
52 | |
51 | |
37 | |
26 |