When starting a loop with this node, each iteration processes another group of rows. Specify the column(s) to group on and the input data table is sorted based on the specified columns before looping starts, by default. Sorting can be switched off if input data table is already properly sorted based on the columns to group on. If sorting is switched off, but input table is not properly sorted execution will fail.
- Type: TableAny TableAny input table. Each iteration will process one group of this table.