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
Data | Description |
---|---|
Class | The class of record for this node. Choosing the class will determine which property inputs that become available on the node. |
Store to | Specifies if this node should store both to the cloud and locally, or only locally. |
Properties to store | Specifies 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. |
Id | Specify 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 Inputs | The 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"
Signal | Description |
---|---|
Do | When a signal is received on this input the properties will be set on the record. |
@include "../_acl.md"
Outputs
Data | Description |
---|---|
Id | The Id of the record where the properties will be updated by this node. |
Error | The specific error message in case something went wrong when updating the record. |
Signal | Description |
---|---|
Success | A signal is sent here when the record have been updated successfully. |
Failure | A signal is sent on this output if something went wrong when updating the record. You can find the specific error in the Error output. |