I Have multiple Document Library in my Sharepoint site content. I have to iterate each document library and copy the files along with Folder structure in Azure Blob.
Right side flow - I have created a workflow using "Get files(Properties only)" action but it take one library at a time. and for all the document library i have to use multiple get Files action in parallel
How can i iterate multiple Document library and use "Get files(Properties only)" action to achive this task. or if any other alternative to achieve this ?
Workflow-

I have used the below workflow to get the libraries and lists from SharePoint and then iterated over the each libraries and lists. Lastly uploading the files to Blob storage.
Workflow-
Code-
I am able to get the expected output.