-
My goal:
To use a secret from the retool variables. -
Issue:
I'm getting the error in the subject while running the query and the syntax highlighting is also saying:
environment not defined or
retoolContext not defined (Depending which one I try)
These are the instructions, but both don't work:
Reference these variables across Retool by using the syntax
{{ environment.variables.NAME }} in resources and
{{ retoolContext.configVars.NAME }} in apps and workflows
- Steps I've taken to troubleshoot:
Debug window, code syntax.
- Cloud, using it inside a transformer of a DB Query.
