Hello,
I believe I found a bug in Trigger Conditions.
Steps to reproduce:
@or(equals(dayOfWeek(utcNow()),1),equals(dayOfWeek(utcNow()),3),equals(dayOfWeek(utcNow()),5))
Seems to only occur when edits have been made to a Flow with Trigger Condition. Removing Trigger Condition, testing, then re-adding Trigger Condition fixes the issue.
Solved! Go to Solution.
Hi @ericonline
correct syntax is
@or(equals(dayOfWeek(utcNow()),1),or(equals(dayOfWeek(utcNow()),3),equals(dayOfWeek(utcNow()),5)))
but there is surely a bug somewhere
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Hi @ericonline
correct syntax is
@or(equals(dayOfWeek(utcNow()),1),or(equals(dayOfWeek(utcNow()),3),equals(dayOfWeek(utcNow()),5)))
but there is surely a bug somewhere
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Hm. Why is only 1 additional or() required? Feels like it would work as originally written or require 3 total or() 's.
Hi @ericonline ,
Have your problem been solved refer to @RezaDorrani 's solution?
If yes, please go ahead and mark the post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
46 | |
10 | |
9 | |
8 | |
7 |
User | Count |
---|---|
67 | |
22 | |
12 | |
11 | |
11 |