-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
The JSON code
"param1" : [1,2,3],
"param2" : {"${param1}" : "value"}
causes the following error message:
'Invalid nested parameter format: {"${param1}"'
What is an invalid format in this case? This error message makes no sense. This does not help.
Expected is an error message telling, that it's not allowed to substitute parameters of composite data types in dictionary key names.
Metadata
Metadata
Labels
Projects
Status
Done