Hello,
I really need help to get this flow working. I have been trying for the past 2 hours for this flow.
Summary of what I want to do: When file is created in a folder, Condition 3 checks for 3 columns to be filled and then starts an approval to send approval and change content approval or reject and delete.
The error comes in at Condition 3, stating that the expression result is false. I have a similar flow that checks these same 3 columns for a different folder in the same document library. Please guide me in the right direction.
Solved! Go to Solution.
Hi @davaakhuu ,
You need to check if the column is equal to empty.
You could save the three dynamic content in Three Compose action, and refer to my screenshot below to create the flow in the Condition:
empty(outputs('Compose'))
empty(outputs('Compose_2'))
empty(outputs('Compose_3'))
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @davaakhuu ,
You need to check if the column is equal to empty.
You could save the three dynamic content in Three Compose action, and refer to my screenshot below to create the flow in the Condition:
empty(outputs('Compose'))
empty(outputs('Compose_2'))
empty(outputs('Compose_3'))
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you very much!
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 |
---|---|
45 | |
44 | |
37 | |
33 | |
27 |
User | Count |
---|---|
48 | |
37 | |
32 | |
32 | |
29 |