An if statement is a programming conditional statement that, if proved true, performs a function or displays information. Below is an example of an If statement with logic as can be used in XpertScript.
There are a number of ways you can use If statements within XpertScript. You can use them as simple Boolean checks, sequences or nested conditions.
An example:
To add an 'Else If' or 'Else' use the highlighted edit point shown below: