Jun 22, 2022 01:09 AM
I have a database connected to Jotform and one of the questions on the form is a multi-select field that captures the user’s selection and this is then pushed into Airtable multi-select field.
I need to split this field into separate columns.
Ie:
Col 1: Job category 1 | Col 2: Job category 2 | Col 3: Job category 3 (Selection will be limited to 3)
I’ve tried searching for a formula or solution anywhere that would split the selection into separate columns but I can’t seem to find one that fits my goal? Is there a way to do this in Airtable or via Make (Integromat)?
Any help would be greatly appreciated! And apologies if this has been posted before :slightly_smiling_face:
Jun 22, 2022 01:59 AM
Hi,
you may use CONCATENATE to convert it to text, then LEFT/RIGHT/MID with FIND(“,” … and LEN() to cut text parts
Jun 22, 2022 04:44 AM