Skip to content

Search these docs, or ask Revo a question — answers link the pages they came from.

For Each

Repeats a sequence of steps once for each item in a set or collection.


ParameterTypeDescription
Source Set Type SourceSetType Where the set being iterated comes from: a device pool, or a schedule parameter that already holds a set of locations.
Source Set string The device pool or schedule parameter that supplies the set.
Sub Set Type SubSetType What each pass works with: locations, location names, or labware names.
Sub Set Name string Name given to the current selection, so that steps inside the sequence can refer to it.
Sub Set Size int How many items each pass takes from the set.
Sub Set Selection Regex string Regular expression narrowing the set to matching entries. Leave it empty to use every entry.
Notes string Free-text note kept with this step. It appears on the step in the schedule editor and in the event log, and has no effect on what the step does. Use it to record why the step is here.
Enabled bool Whether this step runs. Clearing it leaves the step in the schedule, in place and still configured, but skips it at run time.

Mandatory parameter