Invalid Variable Error
Collaborate with us
Edit this page on GitHub
The Invalid Variable
error is issued in the following situations:
-
Unknown variable
Your module is using a variable that no longer exists.
Use the Find tool to discover where the variable is being used and use an existing variable.
-
Unknown variable in <element>
Your module is using a variable that no longer exists.
Use the Find tool to discover where the variable is being used and use an existing known variable.
Double-click on the error line to take you directly to the property containing the error.