Hello,
I am looking for solutions to counting the number of times a value occurs within an array.
I have a SharePoint list that has an award nomination as an item. I've added columns for each committee member (9 members) to select their vote for that nomination.
I want to build a flow that will get the item, store the values of the vote columns in an array and count the number of times a 'Yes' type vote occurs. I want this to loop through until the 'Yes' value appears 3 or more times in the array (send notification to the committee) or a vote of 'Discussion needed' is selected.
I have an idea of how to append the values to an array after the get items though I have not built it yet.
Has anyone had a similar scenario or ideas on how to accomplish this?