Actions
Enhancement #16251
openImprove message when using a wrong syntax for a node property in technique editor
Status:
New
Priority:
N/A
Assignee:
-
Category:
Web - Config management
Target version:
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
I tried to create a technique using a wrong syntax using the node properties:
${node.properties.key[subkey]} instead of ${node.properties[key][subkey]}
Current error message is :
Could not update ncf technique <- Error when translating parameter '${node.properties.[key][subkey]}' of technique of method BundleName(command_execution) of technique test <- Error when parsing value "${node.properties.[key][subkey]}", error message is: end of input expected
It could explain that it parsed a node property and what is the correct syntax
Actions