I have Blob container contains multiple folders ,sub folder and files. I have to create a logic app to copy folders ,sub folder and files to another container in different storage account.
I used below flow but ended with some errors
For Example i have storage account – strtest1
Container name – Test
Contains folder – RPA and it contains multiple subfolders and files.
I have to copy RPA folder along with multiple subfolders and files to different container test2 in different storage account strtest2.
Please find below workflow which i used.