Share feedback, ideas and get community help

Updated last year

Forge Custom Block create/set variable

At a glance

The community members indicate that a Forge Custom Block can create or set variables. The run functions typically include a variables parameter, and variables can be set using variables.set(<variable_id>, <variable_content>). A community member also provided a link to the relevant documentation.

Useful resources
Can a Forge Custom Block create or a set variable?
How?
B
4 comments
The run functions usually come with a paramater named variables
You can set the variable like this variables.set(<VARIABLE_ID>, <VARIABLE_CONTENT>)
Add a reply
Sign up and join the conversation on Discord