Skip to main content

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.

Inputs

Actions

SignalDescription
DoBuilds the object from the current input values.

Configuration

DataDescription
Number of Inputs (number)How many input ports to create.

Outputs

Events

SignalDescription
DoneSent when the node has finished, on success and on failure alike.

Result

DataDescription
Data (object)The assembled object.