Scripts
This section is where the output variables in the forms of string, object, or list data can be placed onto a template.

Name - Label of the script field that will appear on your Word document.
Path - name of the JavaScript variable (e.g. variableName, outputField, etc.)
Type - The data type of the variable.
String - text output from JavaScript
Object - an array of stored string variables
List - an array of variables, including string, object, and list variables.
Last updated
Was this helpful?