mqscript_if
Generate conditional logic in MQScript to execute different code blocks based on specified conditions for mobile automation workflows.
Instructions
Create an If statement structure
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| condition | Yes | Condition to evaluate | |
| elseBody | No | Code to execute if condition is false (optional) | |
| thenBody | No | Code to execute if condition is true | // Then body |