Input
- v1
| Field | Description | Type | Required |
|---|---|---|---|
isSingleRecord | When true, returns a single record keyed by step ID, otherwise an array merged per key across steps. | boolean | No |
stepsDataToGroup | IDs of the steps whose output data should be grouped together. | string[] | Yes |
Output
- v1
| Field | Description | Type | Required |
|---|---|---|---|
data | The combined output data grouped from the referenced steps. | any | Yes |