Hi All,
I have a flow that uses a do until loop to get each page of JSON data into a csv variable then export to csv on a SharePoint file.
It took over 9 hrs to only retrieve 15600 records.
The do until loop stops at a max 5000 but it only did 156 loops (100 records per page).
Does anyone have any other methods to get large amounts of JSON data?