{
shortcut.
Adding Variables
- Open the Variable Drawer in any tool or node.
- Click Add Variable and configure:
- Key: Unique identifier for the variable.
- Default Value: Initial value if no input is provided.
- Type: Select data type (e.g., string, number).
- Description: Provide a brief explanation of the variable’s purpose.
- Required: Toggle if the variable must always be set.
Using Variables in Text Editor
Variables can also be referenced directly in the Text Editor:- Open the Text Editor in the node settings.
- Type
{
to open the dropdown of available variables. - Select the variable to insert it into the text.
Editing Variables
- Open the Variable Drawer to adjust existing variables.
- Update values, keys, or descriptions directly.
Global Variables
- Mark variables as Global to make them accessible across all nodes.
Best Practices
- Use consistent naming conventions for variables.
- Avoid redundant variables to simplify debugging.
- Leverage global variables for shared data.