Previous Topic

Next Topic

Book Contents

Book Index

Add Conditional Branch (IF block)

This topic applies to Advanced tasks.

A conditional branch (IF block) defines a condition, and the set of actions to be performed if that condition is met or not met. You can configure a conditional branch anywhere in an Advanced task, including inside a file loop. Any task element except a schedule can appear inside a conditional branch.

A conditional branch takes an action one time if the condition is met. To take an action more than one time, for example, on each file, place the conditional branch inside a File Loop.

Requirements: The conditional branch (IF block) requires the following elements:

  1. Click Step > Conditional (if) and specify a location by clicking Insert Here.
  2. In the row for the IF branch, click the more options icon MICEN95_icon_Import and select Add Default (Else) Branch. The Else branch is added directly after the conditional branch, and has the label Otherwise.