...
Condition | Description | |||
---|---|---|---|---|
Destination Type | It specifies defines the destination where the assignment is to be done. Info | target location where values will be stored or displayed. Note: By default, the Destination Type is model. Other options include Variable, Cookie Key, and Local Storage Key.
| ||
Model | When you select Note:
| |||
Field | It defines the exact field or variable where values will be stored after assignment. Note:
| |||
Operator | It is specifically operator value such as Set , Equals, Greater than, Equals than. infoand Merge. Note: It is disabled until you fill above 3 condition fields. | |||
Source Type In this option, you can select various sources from which you want to display values. | info It defines the origin of the data to be used. Note:
Info |
| ||
Value | The available options will change depending on the selected source type. For example, if you choose "Static" as the source, you can provide a fixed static value. infoNote: It is disabled until you fill above 3 condition fields. |
Operators
Operator | Supported Destination types | Description | ||||||
---|---|---|---|---|---|---|---|---|
Set |
| This operator allows you to set or assign all data from the source to the selected destination. | Append |
| This operator enables you to append data sequentially from the source to the selected destination. | Remove | Multi-record models | This operator removes data sequentially from the selected destination based on the source. |
Merge |
| This operator merges data from the source into the selected destination. |
...
Source Type | Description |
---|---|
Static | Use this option to provide a fixed static value. |
Field | Select the field from the chosen object in the model whose value you want to include. |
Model | Choose the field from other models whose value you want to include. |
Variable | Select from the variables created in the layout whose value you want to use. |
Cookie Key | Choose the available cookie key whose value you want to include from your browser. |
Local Storage Key | Select the available Local Storage Key whose value you want to include from your browser. |
User | You can also select fields from the current logged-in user in your organization to include in the merge. infoNote: The User source refers to the currently logged-in user in your organization. This means that if you include the First Name field from the user, each time a different user logs in, they will see their own First Name displayed. |
Null | It enables assign null value to the Destination Type field we chose. |
Blank | It enables assign blank value to the Destination Type field we chose. |
...