-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Milestone
Description
I try to access the first element of a list parameter with:
"element_1" : ${componentB_param_1}[0]
This causes a
Expecting ',' delimiter
error.
With quotes around the expression at the right hand side of the colon, it works:
"element_1" : "${componentB_param_1}[0]"
But I would expect that the quotes are not required.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done