What does it do?
This action can be used in a pipeline to update a record in the connected external system using the provided external record ID. Supports tokens for the ID.
Action Configuration
| Configuration | Description |
|---|---|
| Display label | Display label for this function. This will be helpful with identification when viewing your Pipeline |
| Description | Brief description of this function |
| Synapse | This is the synapse in which records need to be updated |
| Entity | Update records in the selected entity. This entity need not to have a pipeline. |
| Record Id | The id of the external record that needs to be Updated. You can use the token picker to select the attribute that contains the id. |
| Fields | Field: Select either an attribute, a token, or a user-provided token from the entity to assign a value. New Value: The new value can be a token or a hardcoded value. You can add multiple attributes and values. |
Action Response
You can access the response using the token
{{Result From <node label>}}The status can be accessed as
{{Result From <node label>.isSuccess}}The errors can be accessed as
{{Result From <node label>.errors}}