Overview
Connector Mapping is an element used to link and map actions and other elements within workflows based on specific conditions, destination types, fields, operators, source types, and values.
It facilitates the connection between various workflow components and defines the flow of data or control between them.
It basically looks like arrows connecting two elements, such as:
...
Let’s explore the screens that follow, after connecting two actions or elements of workflow using Connector on workflow canvas.
After clicking on +
button, screen of connector mapping will open. You can explore connector mapping modal screen below.
Connector Mapping Screen
...
Label Source Type Attribute | Description |
---|---|
Model (Salesforce Object) | From this source, users can select a Model (Salesforce Object) field to be displayed as the label name. |
Variable | Here, users can select the label name from variables such as Record ID, Is Disabled, Is Read only, or Is Visible. |
cookie key | By using the Cookie Key, the result is fetched by the value that has been added under the Cookie Key. But, have to make sure that the value that we are adding is from the Cookie Key value. |
Local Storage Key | By using the Local Storage Key, the result is fetched by the value that has been added under the Local Storage Key. But, have to make sure that the value that we are adding is from the Local storage value. |
...