Convert Record into Outputs
Splits an object into one output port per key.
Name the keys you want and the node grows an output port for each, filled from the matching property of the object. The inverse of Convert Inputs into Record.
Actions
| Signal | Description |
|---|
| Do | Reads the object and updates the outputs. |
Data
| Data | Description |
|---|
| Data (object) | The object to split. |
General
| Data | Description |
|---|
| dataKeys (string) | The keys to expose as output ports. |
Outputs
Events
| Signal | Description |
|---|
| Done | Sent when the node has finished, on success and on failure alike. |