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 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"
]
}
]