Store Custom Objects
Node Card
Category: User Management Nodes
Typical position: After a Custom Object Input node in a registration or profile-update flow, before a Success Final node.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Error Handling | custommultiselect | All errors set to automatic | Lets you override the default message shown to users for each error code. Setting a custom message activates that error code as a named output edge on the canvas. |
| Output / Code | Condition | Default message |
|---|---|---|
true | Custom object data persisted successfully | NA |
false | Storage failed (catch-all for unhandled errors) | NA |
4007 | The user account was not found | User does not exist |
4093 | No custom object data was found in the current session | Custom object data not found in session |
4094 | The custom object node configuration was not found | Custom object node not found |
tip
Error edges only appear on the canvas when you explicitly select them in the Error Handling property. An unselected error code falls through to the false output.
Use this node after a Custom Object Input node to write collected data to the LoginRadius database. Ensure a Custom Object Input node precedes it in the flow: without collected data in the session, this node will emit error 4093.