Hello Folks -
I'm having trouble with a Condition in my flow. I have a flow that first runs a 'Get Items' and then it filters that result. For some reason, it's still branching to "Yes" to send the notification even though there are no results. Why?
I did some checking and 'Body' produces the result "[]" (square brackets) so i'm wondering does it consider that a result? Therefore, branching to yes? How do I prevent this?
If i use the 'Item' field from the filter, it puts it into an "Apply to Each" which isn't what I what as this will send a notification for each line in the result...
Thanks!
Solved! Go to Solution.
I would consider changing your condition to be length(body) is not equal to 0
I would consider changing your condition to be length(body) is not equal to 0
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
39 | |
36 | |
34 | |
32 | |
27 |
User | Count |
---|---|
44 | |
36 | |
33 | |
25 | |
22 |