What does it do?
This action creates a new record in the specified Syncari entity. A Create transaction will be logged after executing this action.
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 |
| Syncari Entity | Select the entity to create a record. This entity does not need to have a pipeline. You can create a record in any published Syncari entity If there is already a published pipeline for the selected entity, the newly created record will flow through the destination side nodes of that pipeline, and to the destinations connected, if any. |
| Fields | Field: Choose the attribute of the entity and set a value. New Value: The value can be a token or a hardcoded value. You can add multiple attributes and values. |
| Create Records in Batches | When enabled, records are created in batches. |
Action Response
The newly created record is available in the context as
{{Record from <node label>}}You can also access the newly created record using the token
{{Action Result From <node label>}}Some example tokens you can use downstream. In the below examples, Create Record is the display label of the node
{{Record from Create Record.id}}{{Record from Create Record.values.FirstName}} (assuming FirstName is an attribute on this entity){{Action Result From Create Record.id}}
Related to