I have a Wufoo form that upon new entries adds a row to a Google sheet. One of the fields in the Wufoo form is a checkbox field, with multiple values. I assign all those potential values to one cell in the sheet, and all values that were checked are passed as a single string. Ex: Value 1Value 2Value 3Value 4…
I want to add a comma + space in between each option checked: Value1, Value 2, Value 3, Value 4… but every way that a try a formatter it doesn’t work.