[solved] Set property value from flow variable using jsonata

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.

Sorry.
This is a subflow that accepts config variables:

Are those available as flow env variables right?

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

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.