Skip to main content

Object

Change Object Type

Changes the type of the input value. It runs when all the input link point is active and returns the input object with the new type definition as output.

​Title​Title
Multi input
Multi output
NameTypeDescription
inputValuevalueInput value of the node, either an object or a list of objects.
NameTypeDescription
outputValuevalueEither an object or an object list picked from the input object.
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
New object modelrequiredThe new model that will be applied to the input object(s)
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.‌

Create Object in Memory

Creates a new object of the provided model with provided initial values. It runs when all the input link points are active. If successful, triggers the newly created object.

​Title​Title
Multi input✔️
Multi output
NameTypeDescription
inputobjectInput of the node to configure values of the created object
NameTypeDescription
objectobjectNewly created object
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
Object modelrequiredThe model of the newly created object
Field valuesoptionalMapping of the fields of the new object with their initial value expressions
Key-value pairsoptionalName-value pairs that are used to customize the values of the newly created object besides field value mapping.
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.‌

Create Object List in Memory

Creates a list of empty objects of the provided model. It runs when the trigger is active. If successful, triggers the newly created objects list.

​Title​Title
Multi input
Multi output​​❌
NameTypeDescription
triggertriggerTrigger of the node
NameTypeDescription
objectListobjectNewly created empty objects list
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
Object modelrequiredThe model of the newly created objects list
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.‌

Create Variables Object

Creates a new variables object of the specified custom transient model. It runs when all the input link points are active. If successful, triggers the newly created variables object.

​Title​Title
Multi input✔️
Multi output
NameTypeDescription
inputobjectTriggers the execution of the node
NameTypeDescription
objectobjectNewly created empty variables object
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
Custom variables object modelrequiredThe transient model definition of the newly created variables object
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.‌

Get Object Value

Picks and returns the specified sub-object or sub-object list field value from the input object. It runs when the inputObject is active.

​Title​Title
Multi input​​❌
Multi output​​❌
NameTypeDescription
inputObjectobjectInput object of the node
NameTypeDescription
pickedValuevalueEither an object or an object list picked from the input object.
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
Picked valuerequiredThe field name of the object or object list to pick from the input object
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.

Set Field Value of Object in Memory

Sets the field values of the input object. It runs when all the input link points are active. If successful, triggers the updatedObject.

​Title​Title
Multi input​​✔️
Multi output​​❌
NameTypeDescription
inputObjectobjectInput object of the node
NameTypeDescription
updatedObjectobjectThe updated object.
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
Field valuesoptionalMapping of the fields of the input object with their update expressions
Key-value pairsoptionalName-value pairs that are used to customize the values of the input object besides field value mapping.
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.‌

Set Field Values of Multiple Objects in Memory

Sets the field values of the input objects using the values provided in the other object list. Iterates through the list of other objects one by one and performs field updates in the input object list for the corresponding object. It runs when all the input link points are active. If successful, triggers the updatedObjects.

​Title​Title
Multi input​​✔️
Multi output
NameTypeDescription
inputObjectslistList of input objects
otherObjectslistList of other objects, mainly used to set the values of input objects
NameTypeDescription
updatedObjectslistThe list of updated objects
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
Field valuesoptionalMapping of the fields of the input objects of the list with their update expressions
Key-value pairsoptionalName-value pairs that are used to customize the objects of the input list besides field value mapping.
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.

Transform Object List

Transforms the input object list by picking a specific sub-object or sub-object list field value from each object in the input list and returning the resulting new object list. It runs when the inputList is active.

​Title​Title
Multi input​​❌
Multi output​​❌
NameTypeDescription
inputListlistInput objects list of the node
NameTypeDescription
transformedListlistObject list created by picking values from each input object.
errorslistErrors occurred during node execution.

Parameters

NameTypeDescription
Picked valuerequiredThe field name of the object or object list to pick from each input object.
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.