Actions
Bug #15049
closedRudder dict variable call is non compatible with windows powershell one
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
No
Description
In the technique editor, if you try to access a node property you will use:
${node.properties[key][subkey]}
BUT powershell waits for $(${node.properties['key']['subkey'])
The wrappping part is already handled at generatino time, but not the quoting one.
Since there are syntax checking, you can not write it in the technique editor, leading to being unable to use variable on windows outside of templating...
Actions