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!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
11 | |
9 | |
9 | |
6 |
User | Count |
---|---|
25 | |
20 | |
12 | |
8 | |
7 |