...
Variable Config | Description | ||
---|---|---|---|
Label | A user-friendly name for the variable, used for easy identification within the application. | ||
Name | The unique identifier for the variable, typically used in code or within merge text. | ||
Field Type | Specifies the type of data the variable will hold (e.g., text, number, date, etc).
| ||
Default Value | The initial value assigned to the variable, applied if no other value is provided. infoNote: It depends on the field type we choose. | ||
Required | If checked true, the variable becomes required. | ||
Is Array ? | Checkbox that indicates whether the variable can store multiple values (an array) instead of just one. |
...