Update External Record Action

Blesson Sam
Blesson Sam
  • Updated

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

ConfigurationDescription
Display labelDisplay label for this function. This will be helpful with identification when viewing your Pipeline
DescriptionBrief description of this function
SynapseThis is the synapse in which records need to be updated
EntityUpdate records in the selected entity. This entity need not to have a pipeline.
Record IdThe 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.
If a token is used, it must evaluate to the ID or API name of an attribute within the selected entity.

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}}
Share this

Was this article helpful?

0 out of 0 found this helpful