0
votes

I am trying to create a logic app that gets triggered when a file is uploaded in an FTP server. The logic app then needs to fetch this file along with another file which is present in a blob storage and create a zip file out of them and then place in some blob storage. Since I am new to logic apps, I am not sure how to create a zip file from these files and place it in another blob. Can anyone please help me here. Thanks in advance!

1

1 Answers

0
votes

For now, Compress/Zip files is not supported, you could upvote this feedback: Compress/Zip folder/file to archive, however the status of this feedback shows they already start to implement this feature.

Or you could try to use a third party connector: encodian. Further more details about how to use this action you could refer to this tutorial: ADD TO ARCHIVE (ZIP).

enter image description here