IF block is a logical statement tool widly used in programming. It is dynamically built to switch its exit results according to the used inputs. It handles several variable types such as Double, Date and Time(Long), Integer or Boolean One of the hidden features of the IF block is the option to use its outputs dynamically: The user can create and save the result of the IF statement in a Boolean variable that gets assigned dynamically with a value according to the expected result.
For instance, the below example displays a condition where if the strategy receives a rejection message from the servers the result is stored in a variable that takes the right value. This allow the user for example to use this output result in other conditions to avoid the excessive use of links out of the IF block (or duplication of the same IF condition and or Multiple action blocks)
|