If (Boolean)
Example
We have a Customers dataset which we will use to evaluate whether the Country field consists of the value “Germany”.
We will use the Expression object to give this condition, and a Variables object to define thenValue and elseValue.
Where,
Condition: Country = “Germany”
thenValue = True
elseValue = False
In the output, you can see that Boolean values, True and false, have been returned depending on whether the Country field condition was met.