Skip to main content

Set Record Properties

This action node will set property values of a record.

You need specify the class of the record in the property panel. Then you can either specify the values of the properties to set in the property panel or by providing them as an input connection.

Send a signal to Do to perform the action.

Inputs

DataDescription
ClassThe class of record for this node. Choosing the class will determine which property inputs that become available on the node.
Store toSpecifies if this node should store both to the cloud and locally, or only locally.
Properties to storeSpecifies if only the explicitly specified properties should be save, only specified, this means that only the properties that have a value either in the property panel or via an input connection will be written to the cloud record. If All is selected that means that all properties will always be written, if there is no explicit value provided on this node the value of the object with the corresponding Id will be used.
IdSpecify the Id of the record that you want to set the properties on. This input is only valid if Id Source is set to Specify explicitly.
Property InputsThe value to set this property to when the action is triggered. For each property in the specified class there will be an input of the correct type. You can provide the values for the inputs either through connections or by specifying them in the property panel.

@include "../_id-source.md"

SignalDescription
DoWhen a signal is received on this input the properties will be set on the record.

@include "../_acl.md"

Outputs

DataDescription
IdThe Id of the record where the properties will be updated by this node.
ErrorThe specific error message in case something went wrong when updating the record.
SignalDescription
SuccessA signal is sent here when the record have been updated successfully.
FailureA signal is sent on this output if something went wrong when updating the record. You can find the specific error in the Error output.