I have a Foreach loop in one of my Power Automate
This runs for all the rules that are defined in a SharePoint List, so it a foreach that runs on result of get list items.
Currently the list has around 300+ rules defined in it. Initially the Foreach loop took around 8 minutes to complete and after I turned on the concurrency and set it to 50, it came down to around 1 minute
If this list grows to 2000+ items in the future, this foreach loop might take 4-5 minutes.
Is there any other way to improve the speed of Foreach? can we change the Performance Profile of the Power Automate to high so that it performs actions faster?