Airtable update a mulitple select field

Hi, i’ve been trying to update a multiple select field on airtable and it doesnt look like it’s working

The node data that i am sending to airtable looks like this

The multiselect fields are Product and Stakeholder. The airtable node responds with a success, but the fields are not updated on the airtable. I’ve also tried to send these fields as an array with no luck. It responds similarly

Hi @Nikhil_Bhaskar, thanks for reaching out!

You might need the Airtable node’s typecase option for this (you can find it after clicking Add Option in the left panel of the node):

Once enabled, my array got inserted into Airtable as expected:

Here’s the whole workflow:

Could you give this a go and let me know if you’re still running into trouble afterwards?

@MutedJam Hi it worked, thanks for the solution

Hi there,
I was reading about this multiple select field update issue and was surprised by the results I had on my side. Can you see what could be wrong ?

ERROR: Invalid input for ‘XXXX’ [item 0]
‘XXXX’ expects a array but we got ‘AAAA BBBB, CCCC DDDD’

My Json input looks like this :
[
{
“XXXX”: [
“AAAA BBBB”,
" CCCC DDDD"
]
}
]

You can find my workflow attached.

Please ask if you need more details.

Cheers,

Hey @sssamsss8,

A lot has changed in the last 2 years, Can you open a new topic and complete the template provided.