Hi Guys,
Does anyone knows what happens here, I always received Declined from flow approvals even though I selected Approved button from the email
This is my flow approvals created.
Solved! Go to Solution.
In your first condition you should be using Outcome instead of Responses. REsponses is a collection of responses and will never equal the string "Approve". That's why you are always getting Declined. Outcome is the overall response and is what you should be using in your condition.
Another option would be to put your whole condition inside an Apply to Each loop and evaluate each response in the collection of responses. It depends on whether you want one overall email about the item or to see the individual responses.
In your first condition you should be using Outcome instead of Responses. REsponses is a collection of responses and will never equal the string "Approve". That's why you are always getting Declined. Outcome is the overall response and is what you should be using in your condition.
Another option would be to put your whole condition inside an Apply to Each loop and evaluate each response in the collection of responses. It depends on whether you want one overall email about the item or to see the individual responses.
User | Count |
---|---|
225 | |
101 | |
93 | |
57 | |
31 |
User | Count |
---|---|
284 | |
116 | |
109 | |
63 | |
57 |