Good day, please help me with the following.
Within a Data Action, is it possible to convert a String field that has comma-separated values to an output contract field of array type?
For example:
My webservice returns a field with the following data:
ABC,DEC,XYZ
I want to change this value to an array field, so that it can be available in a Script.
Would this conversion be possible in the Data Action? Is there a Velocity Macro command?