Hi all,
I'm trying to setup a double approval system in flows, problem is the 2nd approval seems to always fail even if the outcome is approved.
What do I need to adjust so the 2nd approval will send through as True?
here is a screenshot:
Solved! Go to Solution.
The value of Outcome from the Approval will be either "Approve" or "Reject" You are testing it against True(). Which means that it will always fail and take the No branch. Change your condition to Outcome = Approve
The value of Outcome from the Approval will be either "Approve" or "Reject" You are testing it against True(). Which means that it will always fail and take the No branch. Change your condition to Outcome = Approve
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 | |
34 | |
30 |
User | Count |
---|---|
52 | |
38 | |
36 | |
32 | |
24 |