Extract a File from a Zip

I want to build a scenario that takes an attachment from an email and uploads it to a folder in my google drive. The sender of the email I want to pull from will remain constant. The attachment will always be zipped with one file inside. I want to take that one file and upload it to my drive. My main question is how to get the one file out of the zip?

Hi @FixedOps,

For extracting an archive, you can use this built-in module: https://www.make.com/en/help/apps/built-in-apps/archive

Cheers,
@Henk-Operative