-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Previously this code
{
"listparam" : ["A","B","C"],
${{listparam}[0] : "value"
}
caused
'Invalid parameter format: ${{listparam}[0]'. That's correct because of an additional opened curly bracket.
With latest changes of the JsonPreprocessor the error message changed to:
'The parameter '${{listparam}[0]' is not available!'
That's misleading. Because of the invalid syntax we cannot detect properly if a parameter is available or not.
Please restore the previous error message.
Metadata
Metadata
Assignees
Labels
No labels