I have a SharePoint site, under site contents i have to extract all the files along with folder structure from "document libraries" and "page libraries" to Azure blob i.e i have to maintain same folder structure and subfolders and files in Blob as it is in SharePoint.
I tried the below flow and unable to achieve due to some errors.


I am using the below workflow to fetch the library items and page library from SharePoint and subsequently you can add them to blob using create blob (V2) action.
schema-