Skip to main content

Else If

It is an activity that can be used to check whether the condition is met or not by creating a condition activity similar to the If activity. If the condition of the If activity is defined when it produces the False result, the Else activity will run.

Input

  • Condition: Enter a VB expression
    • Type: System.Boolean
    • Required

Details

  • If the condition of the If activity is defined as False, the Else activity will be executed. Apart from "Then Body", you can add multiple "Else If" bodies and one "Else" body.