Is there way in SDC to convert jason array/list field into delimited string.
For example, i want to concatenate dropdown_values into one string “ S1 press, S2 Press, S3 Press” for that tasks
{
"id": 570894,
"site": 34,
"description": "Description 570894",
"area": 94,
"line": 199,
"machine": 2051,
"created": "2022-08-08T17:47:31.915",
"lastupdated": "2022-08-08T17:48:03.541",
"createdby": "203991",
"lastupdatedby": "203991",
"tasks":
{
"type": "dropdown",
"text": "Task Description 1",
"na": false,
"section": "checklist",
"dropdown_values":
{
"value": "S1 Press"
},
{
"value": "S2 Press"
},
{
"value": "S3 Press"
}
],
"task_hash": "abc"
},
{
"type": "input",
"text": "Input Coil Number",
"na": false,
"section": "checklist",
"task_hash": "def"
}
}