Hi,
I have a HubSpot integration, which delivers me within a custom field different values, and I would like to separate them into multiple new columns with functions.
Example
Hubspot field
A;B;C;D
or
B;C;E
Up to 5 different values. I would like to create 5 extra columns named A,B,C,D,E and every time the value shows B or E it shows a 1 in the column as I count the rows later in the dashboard.
I tried this with the switch function but i´m missing wild cards.
For example in the Column for B
SWITCH(&CustomField,"B","1")
Maybe I miss something important here
Thanks for help
Ralf