Label | Explanation | Data Type |
Input Table | The table containing records to iterate through. | Table View |
Group By Fields (Optional) | The input field or fields used to group the features for selection. Any number of input fields can be defined, resulting in a selection based on a unique combination of the fields. If a field is not specified, the Object ID is used to iterate over features. | Value Table |
Skip Null Values (Optional) | Specifies if null values in the grouping fields are skipped during selection.
| Boolean |
Derived Output
Label | Explanation | Data Type |
Selected Rows | A table view that can be used in other geoprocessing tools that accept a table view in ModelBuilder. | Table View |
Value | The field values returned by each iteration. If more than one group by field is chosen, the values are concatenated <field value1>_<field value2>. | Variant |