Hi All,
I'm trying to use Skip token feature for splitting the total data count to batches , so that we can enable parallelism.
We set the Apply to each action Concurrency control to 20, but still the performance didn't improve.
Scenario : We need to process 20k records in dataverse(trying to update) using Power Automate, but while using Apply to each it's taking 50 mins approx for processing ,
A) How to improve the performance for this scenario ,let say reduce the processing time
B) How to achieve this in dynamic Parallelism using batches
Appreciate your suggestion.