You are here: Reference > Rule types > Collection rules > Using conditions in a collection

Using conditions in a collection

Add conditions to your collection to support multiple paths of execution.

At run time, a condition evaluates an expression or the results of a function alias. If the returned value equals true, the condition is met and the step or action that immediately follows is processed.

All conditions use the primary page of the collection. They do not use context page of the step.

 

Where supported

You can use a condition to control the execution of:

 

Options and run-time behavior

The Collection form displays conditions as a drop-down list. You can select one of the following options.

Option

Description

Always

The step or action runs each time the collection is called.

This is the default value.

When

The step or action only runs when the specified criteria is met.

Additional icons appear when you select this option:

Steps that use this condition appear as skipped in Tracer results when the specified criteria is not met.

Disabled

This step is ignored when the collection is called.

This option is only available for conditions on steps on the Rules tab.

Steps that use this condition do not appear in Tracer results.

 

Related topics

About Collections

Completing the Pre/Post Actions tab of the Collection form

Completing the Rules tab of the Collection form

Setting the context of a collection step