Files
noodl-docs/nodes/data/user/set-user-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

4.0 KiB

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

{/##head##/}

Set User Properties

This node is used to set properties on the currently logged in user.

A user needs to be logged in via either the Sign Up node or the Log In node. If you want to read user properties of the currently logged in user you can use the User node. {/##head##/}

Inputs

Data Description
Email {/##input:email##/}This input is used to set the Email property.{/##input##/}
Your custom properties {/##input:prop-*##/}A property of the User class. You can add additional properties to the User class in the Noodl Cloud Services dashboard. {/##input##/} These will show up as inputs on the Set User Properties node.
Signal Description
Do {/##input:do##/}Send a signal to this input to store the properties in the user record in the Noodl Cloud Services. Once completed the Success or Failure action will be triggered.{/##input##/}

Outputs

Signal Description
Success {/##output:success##/}This event will be triggered if the properties was succesfully stored.{/##output##/}
Failure {/##output:failure##/}This event will be triggered if something went wrong while trying to store the properties on the User record in the Noodl Cloud Services. The error message can be found in the Error output.{/##output##/}
Data Description
Error {/##output:error##/}This output will contain the error message if the action failed.{/##output##/}