OneDrive delivery
OneDrive delivery saves documents generated by your process to a folder in your OneDrive account.
First, connect to your OneDrive account.
You will be redirected to the Microsoft login page. Sign in and grant access to your OneDrive account.
Then accept the requested permissions.
Next, specify the folder where the generated document will be saved. You can use tokens to create dynamic folder names based on process data.
Note
Existing folder names that use Classic syntax are still supported.
Finally, click Save to apply the settings.
Create dynamic folder names
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