Why Airtable select field 422 cannot parse?

I’m trying to enter data into Airtable. Sometimes, some fields will be empty.

Airtable is returning 422 “cannot parse” when an empty value is being entered to a Select or Multi-Select.

It seems the same whether it is mapped or a Value 1 specified…

RuntimeError [422] Cannot parse value for field Basis

How can I solve this?

I have the same issue

Hi @RobertAndrews

I believe that this field does not accept empty values. However, consider using the “ifempty” function.
{{ifempty(1.x; ignore)}}
you can try using “emptystring” or “null” instead of “ignore.”

image

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

3 Likes