This topic was automatically generated from Slack. You can find the original thread here.
Not sure what I am doing wrong here, but I am outputting a process.env variable and it comes out null. I can see it being passed in, and it appears in the code hints. I even have a second Nodejs code function that it works in, so why would this particular step/module not output the value?
Its the very first line of code inside the async run. If I take just that line and put it it its own Node component it returns a value ok (second screenshot)