Hello. I'm new to making Flows and would like some help making a flow do the following.
I'm using a button to trigger for testing. I think I just need help with what and how to do the filter on the Planner task. I want to look at all tasks, not just those that are assigned me. I may eventually want to run the flow only a certain bucket or if the task id contains specific keywords. Any input on that would be appreciated as well. Thanks!
Solved! Go to Solution.
Hi @kenickie22,
You could refer to screenshot below to create the flow:
The expression in the Condition as below:
@not(equals(length(body('Filter_array')), 0))
Best regards,
Alice
Hi @kenickie22,
You could refer to screenshot below to create the flow:
The expression in the Condition as below:
@not(equals(length(body('Filter_array')), 0))
Best regards,
Alice
Thanks Alice! This worked.
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 |
---|---|
41 | |
40 | |
37 | |
32 | |
31 |
User | Count |
---|---|
52 | |
39 | |
35 | |
33 | |
24 |