Convert Inputs into Record
Collects a set of separate inputs into one object.
Set Number of Inputs and the node grows that many input ports. Pulse Do and it emits an object built from them.
Useful where something downstream wants one value — a request body, a stored record, a component input — and your graph holds the parts separately. Convert Record into Outputs is the inverse.
Actions
| Signal | Description |
|---|
| Do | Builds the object from the current input values. |
Configuration
| Data | Description |
|---|
| Number of Inputs (number) | How many input ports to create. |
Outputs
Events
| Signal | Description |
|---|
| Done | Sent when the node has finished, on success and on failure alike. |
Result
| Data | Description |
|---|
| Data (object) | The assembled object. |