The Logic Building Blocks

The logic building blocks are used to control the logic flow of automation cases as well as changing values.

Logic flow

The Compare block is used to compare two values of any kind and direct the execution flow in one direction or another.

The Wait block is used to explicitly wait for a period of time before proceeding.

The Loop block is used to create explicit loops, such as counting from 1 to 10.

Change values

The Calculate block is used to add, subtract, multiply or divide two numbers.

The Change text block is used to manipulate pieces of text by applying operations such as “sub-string” and “concatenate”.

The Offset area and Offset position blocks are used to change areas and positions by adding or subtracting values to their coordinates.

 

Updated January 12th 2018.