Node Schema
Update User Profile
Update User Profile: Updates user profile properties for either the actor or recipient using JSONNET expression.
Human-readable name of the node
Example:
"Update user profile"
Allowed value:
"userupdate"Select which user to update - actor who triggered the workflow or the recipient of the workflow.
Available options:
actor, recipient JSONNET script that evaluates at runtime to a map/dictionary of user properties to update.
Minimum string length:
1Example:
"{\"name\": \"John Doe\", \"email\": \"john.doe@example.com\"}"
Description of what this node does