
I am generating a excel using power automate and inside apply to each I am adding row into the table. When I set concurrency control on with some parallelism degree then I getting only records equals to parallelism degree. For example I have set parallelism degree as 20 then I will only 20 records in my excel. I have 89 rows but I am getting only p whatever I have set parallelism degree.
When I disable the concurrency control then only I got all records. But in this my flow took more than 2 minutes so power apps time out.
How can I use parallelism degree to get all the records in my excel ?
What are you looping through in the Apply to Each action? The concurrency control is set on the Apply to Each action and whatever it is you are looping through.