If (Int64)
Example
We have a Customers dataset which we will use to evaluate and transform the Items field.
In this example we will use the Expression object to define the condition, and a Variables object to define thenValue and elseValue.
Where,
Condition: Items = “1”
thenValue = 100
elseValue = 200
In the output, you can see that Integer values, 100 and 200, have been returned depending on whether the Items field condition was met.