Resolved! Exclude character while using variable.
incident.labels.source_address_ids:["1.2.3.4']
for above json value when i am parsing/using variable in title field getting error ( i.e. expecting ',' )
is there any way while calling variable we can ignore/exclude characters ( [ and " )
tried
...


