Hi Power community,
I have question regarding the fastest way how to proceed with following scenario.
I have 5 SharePoint lists, one of them contains basic information about employees, and the rest some additional information - related records, lookup columns etc.. There is about 650 employees and I need to gather records valid for them, that means 650 times to go thru apply to each loop.
The actions inside apply to each:

So as you can see only data operations, no API calling (like creating records in SharePoint etc..)
When I run this flow with only 100 employees (records in SharePoint list) it takes about 20 seconds, but when I try to run it for all 650 records, it takes 5-10 hours, I mean that is crazy 😄
What should the best approach? Divide the actions into separate parallel loops? Use concurrency inside the loop?
I have tried some of mentioned approaches, like parallel loops, concurrency, combinations of those two, but it still takes hours, I would like to do it in minutes.
Thank you for your advices 🙂