⏸️Logic Blocks

Logic blocks can allow for more complex actions that will check a statement and then run if the statement is true or fallback to the else action if the statement is false.

You can modify the structure of the logic block by clicking the blue gear icon.

You can then drag the statements onto each other to update the logic block.

Example

Here we can see a simple logic block statement, this will check the variable test and compare it to the number 1.

If the user inputs the number 1 then the do action will send a message saying the number is correct!

If the input is not number 1 then it will fallback to the else action saying the number is incorrect!

Last updated