Skip to content

Query Configurator Iterations ​

Retrieves a list of iterations from a Configurator project, with optional filtering by control values.

Purpose ​

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.

Inputs ​

FieldTypeRequiredDescription
Project NameTextYesThe name of the Configurator project to query iterations from.
FiltersDictionaryNoOptional key-value pairs to filter iterations. Keys are control names, values are the values to match. Leave empty to return all iterations.

Outputs ​

NameDescription
IterationsAn array of iteration objects. Each object is a dictionary of control names to their stored values, plus an IterationId key.
Iteration IdsA flat list of iteration ID strings matched by the query. Use this with a Loop node to process each iteration individually.
CountThe total number of iterations returned as a string.

Tentech