Logic app - Sharepoint extract folder action does not keep subfolders included in the archive file
We created a logic app (consumption) that upload a zip file to a sharepoint folder, then with the sharepoint action "extract folder" the archive is unzipped to another sharepoint folder.
The zip has this structure:
- subfolder
- xml file 2
- pdf file
- xml file 1
Extract folder action has to unzip the archive keeping the same file structure.
Logic app deployed for test work like that, but logic app deployed for production unzip all the files in the root folder, without keep the subfolder included in the archive.
This is the wrong result:
- xml file 2
- pdf file
- xml file 1
Both logic app have the same code, only sharepoint connections are different.
Anyone can help me with this case?
Thank you