Google Drive delivery
The Google Drive delivery saves a file generated by your process in a Google Drive folder. First, you need to connect to your Google account:
Then fill out the folder name where you’d like to save the generated document:
Use tokens in folder name
You can insert values from your data using tokens.
Click { } to open the list of available tokens.
For example, if your data contains a property called address, insert it using the token {{address}}.
Tokens work the same way as in document templates and also support value functions.
You can also use predefined tokens:
{{@date}}- the current date and time{{@number}}- the current document number.
Note