Skip to the next item in the Iterate Array

Hi

How do I while Iterating thought an array, skip to the next item in the array because for example the configuration item could not be found in the query.

If I was not using the Iterate command I would just “Stop processing this rule set”.

Hi @Richard

Currently, there is no method to exit an iteration. We agree completely that this will be useful, and we do intend to add this in an upcoming release.

In the meantime, you will need to add an expression to every step in the iteration loop to skip the individual steps.

Hi @travis

Thank you, managed to get the iteration working as planned using expression on each step.