Hi,
We have developed a workflow that captures all the form data and creates a salesforce ticket through an external trigger. The problem is while sending an form data with objecttype as list($.trigger.formData.listOfValues) to a http requestbody it is creating salesforce ticket but the output of $.trigger.formData.listOfValues is showing as [value1 value2 value3] means without any seperator between the values.
How to pass the listofvalues object as comma seperator in JSON?
thanks in advance