OVERVIEW:
- The 'If' Activity allows you to check the data is 'valid', 'invalid', less than, more than, etc. using the conditions. If the Property matched the conditions then it will execute the 'THEN' button activities else it will execute the 'ELSE' button activities.
- After opening the 'If' activity, you will get the below configuration panel.
Default Configuration Parameters:
...
Additional Conditions:
- To add the 'additional conditions' click on the 'Additional Conditions' button. After clicking on button it will add a panel as shown below.
- You will get an option where you can select 'AND' or 'OR' option.
- AND: If you select 'AND' then all the selected conditions must be true to execute the 'THEN' button activity otherwise it will execute the 'ELSE' button.
- OR: If you select 'OR' then any of the condition is true it will execute the 'THEN' button activity.
- You can check multiple conditions for the same 'property' or for different 'properties' in a single 'If' activity.
...