Hi community,
Really appreciate if anyone can help me with the following.
Goal 1: List rows from Dataverse based on Fetchxml query and add them into excel table (in my case, more than 5000)
Goal 2: List rows from Dataverse based on Fetchxml query and Update/ Delete them (in my case, more than 5000)
To List more than 5000 rows, I tried setting the threshold limit to 10000 but still listing 5000 rows so following the PagingCookie way.
Below is my flow:

When used apply to each control outside Do until to add a row into an excel table, it is adding the last iteration of Do until.
I wonder if I use the create file, create table and apply to each inside the do until, it will create multiple files and multiple tables.
I see the limit of Apply to each control is 5000.
How can I overcome this to add more than 5000 rows?
Having a premium license will solve this?