Search K
Appearance
Appearance
Retrieves a list of iterations from a Configurator project, with optional filtering by control values.
Use this task to query existing iterations in a Configurator project so that downstream nodes can loop over them, check their state, or selectively reprocess entries. Supplying key-value pairs in the Filters field narrows results to iterations where specific controls match the given values — useful for targeting a particular status, customer, or any other control defined in the project. Leave Filters empty to return all iterations.
| Field | Type | Required | Description |
|---|---|---|---|
| Project Name | Text | Yes | The name of the Configurator project to query iterations from. |
| Filters | Dictionary | No | Optional key-value pairs to filter iterations. Keys are control names, values are the values to match. Leave empty to return all iterations. |
| Name | Description |
|---|---|
| Iterations | An array of iteration objects. Each object is a dictionary of control names to their stored values, plus an IterationId key. |
| Iteration Ids | A flat list of iteration ID strings matched by the query. Use this with a Loop node to process each iteration individually. |
| Count | The total number of iterations returned as a string. |