Skip to content

Error messages (27) #325

@HolQue

Description

@HolQue

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions