I am successfully pulling data from the ActiveCampaign API.
The final step is a dedupe. This finds duplicates and combines data into a new column with a comma delimeter.
However, I need to do one more thing and encase each piece of data (that is separated by the comma) into quotes.
e.g. so instead of Column 3 = apples, pears, oranges
I want it to be like this: Column 3 = “apples”, “pears”, “oranges”
Is this possible with Parabola, if so could you point me in the right direction?
Thanks!

