Cloud variables

Cloud variables are updated and stored automatically in the cloud. They are common with every project, so be careful on the names you use.

We recommend to not use a simple name, but a more complex and unique name. You can do for example a system of prefixes.

Set to a variable a value

Capture d’écran du 2025-06-20 12-16-43.png

If the variable doesn’t exist, it creates a new one automatically.

Get the value of a variable

Capture d’écran du 2025-06-20 12-22-07.png

If the variable doesn’t exist, it will return an empty string.

Remove a variable

image.png

Remove completely the variable from the cloud. It’s definitive!

Detect when any variable is updated

image.png

Is called each time a variable value is updated. It doesn’t work for the deletions.

Detect when a specific variable is updated

image.png

Is called each time a specific variable is updated. It doesn’t work for the deletions, and you can’t enter a reporter block in the input.