Hello.
I'm trying to use the node change to set a property of the payload to a calculation using a flow context variable.
I don't get any error, but I don't get any value either. Is this not supported or what? Didn't found anything on the docs against this:
Is the flow context set in the same flow, if not use global context. Can not add more as would need some debug info and maybe look at your flow.
No they are enviroment variables
Try $env("wait")
Ok, seems that the env variables are not accessible as flow context variables. My mistake
Yep, that was it.
Thank you

