Environment Variable Bug - ---redacted-sensitive-value---

  • Issue: When I pull data from a database, the returned data has "---redacted-sensitive-value---" within a number-typed field. This is due to an environment config variable also having the same number value. For example, the variable is "123" and the pulled data value is "5512355". On my Retool workflow, the value is now returned as "55---redacted-sensitive-value---55"!

My solution was to delete the environment variable and replace my resource references to the actual number instead of behind a variable call.

No data or variables should have this overwrite unless explicitly called by the specific variable call as defined as {{ environment.variables.VAR_NAME }}

Hi @Jay_Yu Thanks for reporting this! It sounds similar to the issue described here: API data is showing every `1` as `----redacted-sensitive-value---` I'm glad you were able to work around it for the time being :pray:

We added a warning to the block UI:
image