The default variable type.
Examples:
${Variable Name}
${*Required Variable}
${Variable Default::~Default Text}
Options: none
Text field which transforms the output to the selected option.
Examples:
${Variable Name::transform::uppercase}
Options: uppercase, lowercase, capitalize
Generates a text area field for variables that require more user input.
Examples:
${Variable Name::textarea}
${Variable Name::textarea::~Default text}
Options: none
Generates a calendar field to select specific dates.
Examples:
${Variable Name::date}
${Variable Name::date::MM/DD/YYYY}
Options: Date Format
---
Formatting Options:
Generates a dropdown list of options to select for values.
Examples:
${Variable Name::options::Option 1, Option 2, Option 3}
${Variable Name::options::"Longer Text Option 1", "Longer Text Option 2"}
${Variable Name::options::Option 1,~Default Option, Option 3}
Options: Comma-separated list of values
Generates a dropdown list of options with name-value pairs to select for values.
Examples:
${Variable Name::options-values::"Option 1":"Option 1 Value", "Option 2":"Option 2 Value"}
Options: Comma-separated list of name-value pairs in the format: "name":"value"