Logic app - Sharepoint extract folder action does not keep subfolders included in the archive file

Simone Ferrari 0 Reputation points
2025-04-28T11:05:33.8033333+00:00

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

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,463 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.