Update Syncari Records Action

Neelesh Shastry
Neelesh Shastry
  • Updated

What does it do?

This action updates zero or more records in the specified Syncari entity. Zero or more Update transaction will be logged after executing this action.

Action Configuration

ConfigurationDescription
Display labelDisplay label for this function. This will be helpful with identification when viewing your Pipeline
DescriptionBrief description of this function
Syncari Entity

Update records in the selected entity. This entity does not need to have a pipeline. You can update records in any published Syncari  entity.

If there is already a published pipeline for the selected entity, the updated records will flow through the destination side nodes of that pipeline, and to the destinations connected, if any.

Reject Empty ValuesIf the New Value is null for a attribute, that attribute will not be updated. Empty strings ("") will still go through the update.
Filter ConditionsThe filter condition find the records to update
Do not match on blank valuesIf this flag is enabled and the right-hand side of any condition is left blank, the entire condition expression will be evaluated as false.
Update Fields

Update Field: The attribute to update on all matching records. 

New Value: The new value can be a token or a hardcoded value. The record being updated is available in the context as {{current}}. You can use this to derive new values based on existing values. For example

https://{{current.values.URL}}

This token is only available within the New Value attribute. 

Operation: Use 'Append','Prepend','Remove' or 'Replace' to add to the beginning or end, remove an item or replace the entire value for a multivalued attribute.

Use 'Prefix', 'Suffix' or  'Replace' for other attributes to prefix, suffix or replace the current value. If left blank, it defaults to 'Replace'.

Operation is ignored for other attribute types and the value is always replaced.

Action Response

The number of records updated is available in the context as

{{<entityName>_recordsUpdated}}

For example, if the entity selected was account, will return the number of records

{{account_recordsUpdated}}

You can also access this number using the token

{{Action Result From <node label>}}
Share this

Was this article helpful?

0 out of 0 found this helpful