I have a simple flow for importing Savvycal (Calendly-like) appointments into an Airtable table.
My flow was working fine until yesterday, so I didn’t change anything. Then suddenly, the flow stopped working and returned an error saying that Airtable refused to import data in multiple choice or single choice fields.
I did several tests and after removing the data sent in these specific fields, the flow works again.
This instability in the Airtable database is really annoying, and I’ve been experiencing major blockages for several times now. Please, if the Airtable parts are not stable, please report it.
Last week it was the Update Record piece that wasn’t working on single or multiple choice fields, now it’s the Create Record piece.
How are you passing the data in the multiple-choice fields? Is it done dynamically, or are you selecting from dropdowns? Could you provide a screenshot for reference?
Can you provide the Airtable template and let me know the incoming value from the webhook for this field in DM? Also, if it was working fine until yesterday, please share the flow link so we can troubleshoot the issue.
Hello @bastien , I think I’ve identified the issue. When selecting values for the Niveau and Filière columns, you are mapping the entire object to the field, which is causing the “invalid value of column” error.
Here is the webhook payload data for the Filière column, where you should be mapping the "value" field:
What misled me is that the “value” field doesn’t come up when I do a field search in the mapping pop-up window.
The search engine needs to be improved.