Hi all,
I have made an flow an would like to use two trigger condition.
@equals(triggerBody()?['{IsFolder}'],true)
@equals(triggerBody()?['Status']?['value'],'Move')
The flow needs to run when there is a folder/document is created and with the status Move but the flow works only with only one trigger condition, i guess it should handle more condition then one or am i wrong?
The flow works for a library....
Hi @Anonymous
Can you share more details on how you have configured the trigger conditions? I just made a test on my side as shown in the screenshot below and it is working as expected
You can use the expression:
@and(equals(triggerBody()?['{IsFolder}'],true),equals(triggerBody()?['Status']?['value'],'Move'))
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
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 |
---|---|
40 | |
10 | |
8 | |
7 | |
7 |
User | Count |
---|---|
63 | |
22 | |
12 | |
11 | |
11 |