Announcements
Hello All,
Please find my attached issue.
Any thoughts..?
Hi @maruthi216
responses is a collection
use filter array to filter each response and check with Approve
then use length function length of filter array output to see how many approved
If count is 2 - then both approvers have approved
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Can you be specific on the Length Function, on how i should use that...?
length is an expression
so it would be
length(dynamiccontentfilteractionoutput)
The Everyone must approve type returns the Outcome as a comma delimited list of individual outcomes. So I would Split the outcome into an array. Do a ForEach on the Array and if any value is "Reject" then set a variable to Reject, if not set it to Approve. YOu can also use the values in the Array to set the fields in SharePoint that you want updated.
is this what u r suggesting..?
No need of a for loop around filter array
I got that portion but unable to get the formula for Length()..
expression should be as follows
Thank you.
Added that, next...?
you are still running the Filter action inside of a for loop
You do not need that
Now that you have the length figured out
Now just add a condition action to check if the length(filter output) is equal to 2
If YES, then both users have approved
If NO, then 1 or both have rejected
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 356 Most Valuable Professional
11manish 225 Super User 2026 Season 2
Mohsin Ali 211