How to decompress a string using zlib like the Javascript utility pako.js and get a base64 string that can be converted to binary?
Reference:
Example trying to use {{toBinary(;"base64")}}
- String functions - toBinary (make.com)
How to decompress a string using zlib like the Javascript utility pako.js and get a base64 string that can be converted to binary?
Reference:
Example trying to use {{toBinary(;"base64")}}
- String functions - toBinary (make.com)
To being able to get the correct binary file, you may use the Inflate
module from connector Archive (Make.com)