Getting started
User guide
Templates syntax
PDF processing and more
General
2000+ integrations
The SharePoint delivery saves a file generated by your process in a SharePoint library. First, you need to connect to SharePont. Enter the site URL and click on “Connect”:
Then choose the SharePoint library from the dropdown and fill out the folder name where you’d like to save the generated document:
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