Custom Object Input
Node Card
Category: Input Nodes
Type:
custom-object-inputTypical position: Inside a Web Page node during registration, alongside a Form node, when custom object data must be collected at signup.
Properties
Outputs & Errors
| Property | Type | Required | Description |
|---|---|---|---|
| Select Custom Object | multiselect | Yes | Choose which custom objects (defined in Admin Console) to render fields for. All fields belonging to each selected custom object are displayed to the user. |
| Output / Code | Condition | Default message |
|---|---|---|
| NA | NA | Child nodes have no independent outputs: the parent Web Page node fires its output edge on form submission. |
Common Next Nodes
Web Page containing Custom Object Input (output)→Store Custom Objectspersist the collected custom object data
Usage Notes
Custom Object Input collects data for one or more custom objects defined in the Admin Console. After the Web Page node fires, use a downstream Store Custom Objects node to persist the collected values to the user's profile. Custom objects are not stored automatically: the Store Custom Objects node is always required to save the data.