I have a flow where I am processing large amount of data and then creating and updating a SharePoint list of around 5000 records using apply to each block, the flow runs fast for few entries then slows down. It would create approx 80 entries in 2 minutes and would take 1 hour for rest. I have concurrency enabled and when I try to troubleshoot I see the condition block is taking too much of time but after expanding the condition the actions inside it takes less than 3 seconds,has anyone faced something similar?