I've used the solution from this post https://powerusers.microsoft.com/t5/Building-Flows/Apply-to-each-inside-Apply-to-each-doubles-update-action/m-p/2352106 in a flow that updates a SharePoint list using Excel as input.
The flow works fine on the test data, however, when I'm running it on actual data(SP has 9000 items and Excel 2500) it takes hours, due to the fact that I have an Apply to each loop.
Considering that I have to use a condition to make sure that I'm updating the correct SP item, is there a way to make my flow faster?
Attached a screenshot of the update part of the flow:
Thank you!