Hi, I am trying to use DataStore using "{{ st2kv.system.https_proxy }}"
but when I run the
workflow I get this error: JinjaEvaluationException: Unable to evaluate expression '{{
st2kv.system.https_proxy }}'. UndefinedError: 'functools.partial object' has no attribute
'system'
This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
⚠️ We've moved!
Hi there!
To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.
Use 🔗 Github Discussions to ask your questions.
I raised a github ticket for the same and a member of the team solved my query
See the documentation here: https://docs.stackstorm.com/orquesta/stackstorm.html#st2kv
It needs to be `{{ st2kv('system.https_proxy') }}"`