Customize the Condition action

Condition

Execute or skips other actions in the Python Script based on predefined conditions.

Edit the action

In the following example, Condition is selected for edit.

The Action Editor displays.

Condition:

The condition allows you to use Python flow control to control when actions are executed at run time.

Example: You may want to display a warning message if variable is above a specific value:

More information