I am running a market place and use Airtable as the data source.
Currently I input the data manually. Among the fields is Location with Single Select option. This is because I don’t have to type out the locations every time except when there is a new city.
I have been working on an automation using make.com.
The data is fetched from websites and goes through a number of modules and then through a JSON Parser where the data is structured before being passed on to Airtable.
The challenge is that it seems Airtable refuses to accept locations that are not already in its database (previously input manually), so it returns a “[422] Field "Location" cannot accept the provided value.” Error.
I changed it to Single Line Text but still the same issue.
Is there a way to resolve this?
Any tips will be greatly appreciated.