Send Node
This node allows sending values and/or executing actions.

The node has an input and an output. The input allows executing an action and/or receiving data to send to the screen. The output allows executing other actions after those of the node are completed.
Two modes are possible:
- Send received payload
Payload received in input will be send to the screen. You can specify the domain where the variables/actions will be store.

- Send defined values
Send defined values/actions in the sended data form. The values/actions can be static or can be extracted from the msg
/global
context.

Tips
To know the value types of variables, you can refer to this section: Variables Definitions