I have an integration running to pull data from the contact module(zoho crm) to then place that data in a csv. That csv is stored in a s3 bucket.
Previously - 'multiselect' fields would come across as strings to the csv like so: "one, two, three" but now they come across as an array like so: "[""one","two","three""]".
Is there a way to keep these multiselect values coming over as a string value in the csv?