Hello,
I would like remove the duplicated value in a array defined in output data action.
For example, if the output is ["apple","banana","apple"] I would like keep ["apple","banana"].
{"translationMap": {"queueName": "$.participants[?(@.purpose == 'acd')].queueName"},"translationMapDefaults": {"queueName": "[]"},
"successTemplate": "{\n \"queueName\": ${queueName}\n}"}
I try using velocity approach but cannot use complex feature (ex : #foreach). Is there a way to achieve the result in data action or must use data action + architect for achieve this?
thanks
#DataActions
------------------------------
Jeremy
------------------------------