Help Passing a Multi-select form field to Airtable

Hey guys, I’m wondering if someone can point me in the most efficient direction of trying to handle something relatively simple.

I have a form that has a multi-select that passes through as a boolean for each individual item. I’m trying to pass that through to Airtable. In trying to figure out how to do this, everything I come up with sounds like I mess and I can’t help thinking there’s a better way.

So one of the multi-selects is ‘Skills’, I have, for example, acting, ad management, content strategy… Those all get passed as booleans. I only want to populate the Airtable field with the name of the ‘true’ skills, rather than the boolean result. Do I really need to make an ‘if’ node for each instance and merge all of those together for the ‘Set’ node or is there a better way?

Hi @lhyphendixon,

welcome to the community :tada:

Based on your description I created sample data and used a Function Node for conversion.

Here is my sample workflow. I hope this helps. If not, please share a sample workflow or samples of your input/output data.

2 Likes