ZIP
Creates a ZIP archive containing a given file or files.
If the optional password parameter is present then the archive will be password protected.
The function can also accept an array of file objects as its first argument. The file object must contain either contents or base64encoded contents, a file name and optionally can specify the created_at date in ISO8601 format.
If the output of the ZIP function is being included in event data, it should be wrapped in the BASE64_ENCODE function to avoid errors - e.g. BASE64_ENCODE(ZIP(my_action)).
Categories: Data Parsing/Conversion
Syntax
Examples
Example 1
Formula
Example 2
Formula
Example 3
Input
Formula
Sample actions
Select an action to inspect
You can also click "Copy actions" and paste them in your Tines story to see how they work.
Select an action to inspect
You can also click "Copy actions" and paste them in your Tines story to see how they work.