Hi,
I would like to only trigger the flow when a folder/document is add to a library.
This is my trigger condition:
@equals(triggerBody()?['{IsFolder}'], true))
or
@equals(triggerbody()?['IsFolder'], true)
But the flow doenst trigger at all. When i use a condition, IsFolder = true, the flow runs perfectly. Is there any reason for why the flow doenst trigger correctly?
Solved! Go to Solution.
Hey @Anonymous
I can see there is an extra ')' and a space in the expression. Can you try using this:
@equals(triggerBody()?['{IsFolder}'],true)
I tested the same in my environment and it works fine.
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!
Hey @Anonymous
I can see there is an extra ')' and a space in the expression. Can you try using this:
@equals(triggerBody()?['{IsFolder}'],true)
I tested the same in my environment and it works fine.
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!
Works fine now, 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 |
---|---|
44 | |
10 | |
8 | |
8 | |
7 |
User | Count |
---|---|
66 | |
22 | |
12 | |
11 | |
11 |