...
Message Source Type Attributes | Description |
---|---|
Static | This option allows users to choose a static value for the message or value. |
Field | This option allows users to select a value from a specific field. |
Model | This option allows users to select a value from a data model. |
Variable | This option allows users to select a value from a defined variable. |
Input Variable | This option allows users to select a value from an input variable. Input variables are user-defined and can be used to capture and utilize data provided by the user or external sources. |
Cookie Key | This option allows users to select or define a key for storing or retrieving data from cookies. Cookies are small pieces of data stored in the user's browser. |
Local Storage Key | This option allows users to select or define a key for storing or retrieving data from the browser's local storage. |
Redirect Config
...
Redirect Config Attribute | Description | ||
---|---|---|---|
Redirect To | This field allows users to choose the destination for redirection.
| ||
Layout | Here, the user can select a layout from the provided list. | ||
URL | Here, the user can enter a specific URL to which they will be redirected.
|
Redirect Input Variable
...
Field Name | 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. | ||
Is Array | Checkbox that indicates whether the variable can store multiple values (an array) instead of just one. | ||
Variable Scope | The Variable Scope defines the accessibility of the variable, with the following options: In: The variable is used to receive input from another layout. Out: The variable is used to pass data from the current layout to another layout. In/Out: The variable is used for both input into and output from a layout, allowing for full bidirectional data flow. |
...