
Announcements
I have a Flow as shown below that performs a "Get Items" and then performs an "Apply To Each" to count the number of times a specific Choice Value is selected. As an example Apply_to_each_1 is looking for the value "Ergo", while Apply_to_each_2 is looking for "Eye", etc. The quantity of Get Items is approximately 500. Evidently, the (24) loop(s) associated with this are very time consuming making the Flow run for hours. Is there a more efficient method to accomplish my task?
Can't you just do a Select on the original array output from Get Items rather than looping through the items? Every get items/rows returns an array.