Label | Explanation | Data Type |
Input Table | The input table to be iterated. | Table View; Raster Layer |
Field | The input field for iteration. | Field |
Data Type (Optional) | Specifies the data type of the output value. The default data type is string; however, depending on how the output will be used in the model, other data types can be specified. For example, if your field contains the path to a feature class, you can set this parameter to Feature Class and use the output variable as input to a tool that accepts a feature class.
| String |
Unique Values (Optional) | Specifies whether iteration values will be based on unique values.
| Boolean |
Skip Null Values (Optional) | Specifies whether null values in the field will be skipped.
| Boolean |
Null Value (Optional) | The value that will be used to replace null values in the field, such as -9999, Null, or -1. The default for string fields is "" and 0 for numeric fields. | String |
Derived Output
Label | Explanation | Data Type |
Value | The field value returned by each iteration. | Any Value |