...
After selecting merge text you can you can see several options such as:
...
Attribute | Description | ||
---|---|---|---|
Source Type | In this option, you can select various sources from which you want to display values. | ||
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. | ||
Merge Field Expression | The selected field from the source will be displayed in a merge format. For instance, the first name field from the contact model will appear as: {model:contact.FirstName}. | ||
Message Body | In this option, You can add multiple values to form your final UI merge text.
|
Available Sources
After clicking on the Gear Icon, you can select various sources to include fields or values, such as variables, other models, static values, etc.
...
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.
|
After selecting the source type, you need to choose the available options based on the selected type. For example, if you have selected "Model" as the source type, you will need to select one model from the available models.
...