hello guys
I don’t understand, I put in my airtable database the same data as on my Lovable form. And on Make once I do a run I get this error. An error that I don’t get with single-line texts, but only with this type of single selection
The error is:
The operation failed with an error. [422] Insufficient permissions to create new select option ““developpeur-frontend””
Any ideas ?
Hi Florian,
A screenshot or a few examples could be useful in this context, however what I think the issue you are having is in your connection you haven’t added a scope to write new select options.
One of your fields in Airtable are likely a single select field which contains a series of values, if your automation is trying to write a value into that which is not already in your pre-defined dropdowns, and it does not have permissions to add missing values it would throw an error.
Best regards,
Jacob
3 Likes
I am also facing the same issue, it is getting string with two “”, eg: ““developpeur-frontend””
This causes the error, not sure how to fix it though