Files
noodl-docs/nodes/data/cloud-data/set-record-properties/README.md
Eric Tuvesson 656e5fc8d2 chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3

* chore: Update "Test build" GH workflow

* fix: build

All markdown is processed as MDX

* fix: Broken links
2024-01-12 16:53:22 +01:00

5.5 KiB

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true Set Record Properties node

{/##head##/}

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. {/##head##/}

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 {/##input:store to##/}Specifies if this node should store both to the cloud and locally, or only locally.{/##input##/}
Properties to store {/##input: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.{/##input##/}
Id {/##input:id##/}Specify the Id of the record that you want to set the properties on.{/##input##/} This input is only valid if Id Source is set to Specify explicitly.
Property Inputs {/##input:prop-*##/}The value to set this property to when the action is triggered.{/##input##/} 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 {/##input:do##/}When a signal is received on this input the properties will be set on the record.{/##input##/}

@include "../_acl.md"

Outputs

Data Description
Id {/##output:id##/}The Id of the record where the properties will be updated by this node.{/##output##/}
Error {/##output:error##/}The specific error message in case something went wrong when updating the record.{/##output##/}
Signal Description
Success {/##output:success##/}A signal is sent here when the record have been updated successfully.{/##output##/}
Failure {/##output:failure##/}A signal is sent on this output if something went wrong when updating the record.{/##output##/} You can find the specific error in the Error output.