-
Notifications
You must be signed in to change notification settings - Fork 4
Resolve variables #85
Copy link
Copy link
Open
Description
Need a function to check variables (only if a variables node is set for the project).
A workaround to check a variable's value is as follows (From Vincent Brulis):
The way I handled it was to create a temporary variables node on the same level, create a variable, set it to the expression that was found and extract the value of the variable.
Reactions are currently unavailable