I am using the Azure Logic App to upload existing data from Onedrive to Azure File Storage.
In Onedrive more than 300 directories and more than 10000 files are there.
I tried to use the Onedrive list file in folder connector to list all files and directories from that result I can filter out the files. But the Onedrive file connector returns only 20 entries alone.
I could not get all entries. I searched quite a lot but I could not get any resources.
In Azure Logic App there is an option nextLink to get data from next pages but I couldn't get the proper documentation for how to use nextLink.
Does anybody have an idea about how to retrieve data from paginations in Azure Logic App?