♾️Variable Blocks
Variables are dynamic values that can be change at any time with inputs and outputs.
Example
Here we can see the first action is a set variable block, this will set the variable test
with a value of Hello!!!
This variable can then be used as an input for a send message command which will output a message of Hello!!!
Variable blocks can take any kind of data such as text, numbers, bool and other custom data sources.

Example 2
Here is another example with more logic, this takes a user input and then outputs the number as a message.
The input block will accept a number that is then output into test
and then the action send message will output the response with the number given by the user.

Last updated