Skip to content

OracleDB Conditionals

Conditionals or Execution Conditions give you the power to decide if a particular action on MySQL will be performed or not when the workflow is triggered by the incoming event. This is similar to applying "if-then-else" logic to the execution of an action based on the attribute value coming from the workflow's trigger event.

You can add conditions to any action in your workflow.

To decide which actions should be performed in response to a particular trigger based on its characteristics or the data attributes. you can even apply a complex logic using AND, OR, and grouping of such conditions.

Each of the Conditionals support different operators based on the passed data type like string, number, boolean, etc. Read here to learn more about Execution Conditions.

Example Scenario

Oracledb action will be carried out if the message received on teams channel, doesn't contain an attachment. Refer the screenshot.

Oracle database execution condition

Figure 1. Oracle database Execution Condition