IF...THEN...ELSE
Last updated
Last updated
Use this action whenever there is a need to check for conditions or branch out based on certain rules.
If..Then...Else will form an important part of all business rules.
This wizard has three steps.
Check for condition
Actions to be performed if the condition is True
Actions to be performed if the condition is False
Here you can use any of the three types of condition:
A. Compare one value with another B. Compare an Object (control) value with fix value C. Compare one Object value with another Object value
In B & C you can also specify the type of comparison. Check the image below for types of comparison available.
After one sets the Condition checking part click next to go to TRUE part. Here one can add all the necessary Actions that should be performed when the condition it True.
Please note that if required one can keep this part empty if there are no actions required.
Click on next to go to the Else part.
Here add all the Actions that needs to be performed.
Please note that if required one can keep this part empty if there are no actions required.