Articles

Conditions and Condition Blocks

Conditions can be inserted into action flows in order to stop the execution if a condition is not met (raising a warning dialog), or to exclude parts of the sequence from executing based on condition expression. The expression can be a complex string to be passed to the JavaScript eval() function. When writing condition expressions, […]

Skip to toolbar