ForEach in Group Step
- 09 Jan 2023
- 1 Minute to read
- Print
- DarkLight
ForEach in Group Step
- Updated on 09 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Step Details | |
Introduced in Version | 3.0.0 |
Last Modified in Version | 8.0.0 |
Location | Flow Management > Iteration |
The ForEach in Group step groups a list of objects for a datatype based on a specific field. Any items that have matching values in the field will be grouped together and outputted as a group. The step will iterate through each group before reaching completion.
Properties
Data
Property | Description | Data Type |
---|---|---|
Type | The datatype that will be used by the step. This field will be automatically updated based on the Collection input | --- |
Inputs
Property | Description | Data Type |
---|---|---|
Field to Group By | The specified field in the datatype to group by. Any values that have a match on this field will | String |
Collection | The list of objects that will be grouped by the step. | List of Object |
Outputs
Property | Description | Data Type |
---|---|---|
Each Grouping | The outputted lists based on matching values for a field. | --- |
Was this article helpful?