Box delivery saves a document generated by your process to a Box folder.
After you select a Box delivery, you’ll be asked to connect to your Box account. Click ‘Connect to Box’ to proceed:
You’ll see an authorization window asking to log in and grant access to Box.
Once you’re authorized, specify a Box folder name where you’d like to store documents generated by this process:
You can insert values from your data using tokens.
Their list is available by clicking { }
.
Let us assume your data has property invoiceNumber.
In this case, you can include it using token {{invoiceNumber}}
.
The tokens work in the same way as in document templates including value formatters.
Additionally, you can use {{@date}}
token to include current date:
{{@date}}
- full current date with time.
{{@date}:format(dd.MM.yyyy hh:mm)}
- formatted current date.
Note