Skip to main content

Split multiple select field tags into different columns

  • June 22, 2022
  • 2 replies
  • 57 views

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:

2 replies

Alexey_Gusev
Forum|alt.badge.img+25
  • Brainy
  • 1261 replies
  • June 22, 2022

Hi,
you may use CONCATENATE to convert it to text, then LEFT/RIGHT/MID with FIND(“,” … and LEN() to cut text parts


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9814 replies
  • June 22, 2022

Yes, you can do this in Make.com by using the Iterator tool.

A multi-select field is an array, so the iterator tool will loop through the array to give you individual outputs.