Adding Condition to Actions

Condition allows actions to run only if a certain condition is met. This feature makes the control and flow of actions more dynamic.

Steps to Add Condition to Actions:

  1. Hover over the action you want to add Condition to and click on the three dots icon in the upper right corner.
  1. Select Add Condition from the drop-down menu.
  2. Adding Condition Structure:
  • A Will execute if... (Will execute if this condition is met) sub-heading will be automatically added to the related action under the Condition heading.
  • You can add a condition to the action with the subheading.
  • Define the condition through the Symbol Picker under the Will execute if... subheading.
  • For example, you can check if a variable is equal to a certain value.
  • If the condition is not met, the action will be skipped and subsequent actions will continue to be executed.

Usage Scenario:

  • When adding an action for a payment transaction, you can add a condition that the payment amount is greater than 0. If the amount is 0 or less, the action will not be executed.