A block can access:
- input variables
- outputs from previous blocks
- variables defined in code blocks
Accessing Variables
In most blocks / fields, variables can be accessed using curly braces{{var_name}}.
In code blocks, variables can be accessed directly using var_name without curly braces.
View Available Variables
To view available variables, click on theVariables button at the bottom left of the notebook.
A list of accessible variables will be displayed in a drawer.
