I have a checkbox custom field in ActiveCampaign and for example when one checkbox is marked, the value is enclosed in ||
Example: contactcfields]swhat_describes_you]: ||I coach others.||
I collect this data with a webhook.
I tried to format it with the Formatter option and also with custom code, but it seems like the value is not recognized as a string so everytime I tried to pass it to a Note in Close or format it, the result would be blank.
How can I get the value of the checkbox field and pass it in Close or other apps in a Text field? If there are multiple values checked, they can be separated by comma.