Reputation: 33
I am wondering about power automate flow and I issues I had.
I am trying to set up initialize variables for checking time (european standard time) in my rules.
Expression looks like this -
startOfHour(convertFromUtc(triggerOutputs()?['body/receivedDateTime'],'Central European Standard Time','t'), 't')
Under variables I have condition which (True/Not) like this - YES - time is greater than 22:30 PM NO - time is less than 8:00 AM
If condition is true, my e-mail is forwarded to another outlook mailbox. If not, nothing happened.
But this flow doesn't work :D Can you help me resolve it ?
Thanks a lot ! First part prtscrn Second part prtscrn
Upvotes: 0
Views: 579
Reputation: 187
Given the information provided, I suggest the following:
The flow might look like this:
Upvotes: 1