diff --git a/Design:-Using-environment-variables.md b/Design:-Using-environment-variables.md index b899947..2010fde 100644 --- a/Design:-Using-environment-variables.md +++ b/Design:-Using-environment-variables.md @@ -62,7 +62,7 @@ Both the Project Settings and Subflow Instance properties list would also suppor This does mean compound env vars would only be possible using these new features - not in any arbitrary node property ``. But a compound env var could be declared in Project Settings of Subflow Instance Properties which is then available as a simple `${NEW_ENV_VAR}` to use anywhere in the flow. -5. JSONata support for env vars +### 5. JSONata support for env vars We'll add a new function to our JSONata setup to allow env vars to be retrieved: