Troubleshooting of Airtable API
Jump to navigation
Jump to search
Troubleshooting of Airtable API
How to fix INVALID_VALUE_FOR_COLUMN
Error message:
[type] => INVALID_VALUE_FOR_COLUMN [message] => Field "欄位名稱" cannot accept the provided value
Solution: Check the data type of field
- Go to the airtable
- Select the field which met error e.g "欄位名稱" mentioned in the error message
- Menu: Edit field
- Choose the proper data type e.g. switch from "short line text" to "number"
Further reading
References
Troubleshooting of ...
- PHP, cUrl, Python, selenium, HTTP status code errors
- Database: SQL syntax debug, MySQL errors, MySQLTuner errors or PostgreSQL errors
- HTML/Javascript: Troubleshooting of javascript, XPath
- Software: Mediawiki, Docker, FTP problems, online conference software
- Test connectivity for the web service, Web Ping, Network problem, Web user behavior, Web scrape troubleshooting
Template