Conditional Action Method

The Conditional Action method evaluates one or more Boolean expression for each row in the row set and performs actions on the row based on whether the conditions are true.

Arguments

Input Argument Description

Context

Optional. Property set of variables shared across all rows.

Row Set

The set of rows to process.

Output Row Set

Optional. The property set used for output.

Process Condition

A Boolean condition that is evaluated to determine whether to process each row.

Condition [1..10]

Optional. Boolean expressions that must be satisfied to initiate corresponding actions. Executed like an If…Else If…Else If…Else statement.

On True [1..10]_[1..10]

Actions to perform if the corresponding condition is true.

On Default [1..10]

Actions to perform if none of the conditions is true.

Example

The following figure shows an example of arguments for a PSP procedure step named Keep Price, which calls the Conditional Action method.

Example of Arguments for Conditional Action Method. This image shows the following Input Arguments (Input Argument, Type, Property Name, and Value) Condition 1, On True 1_1, Output Row Set, and Row Set (which is selected).