Troubleshooting of Airtable API

From LemonWiki共筆
Revision as of 18:01, 15 August 2023 by Unknown user (talk) (Created page with "Troubleshooting of Airtable API {{Drafting}} == How to fix INVALID_VALUE_FOR_COLUMN == Error message: <pre> [type] => INVALID_VALUE_FOR_COLUMN [message] => Field "欄位名...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Troubleshooting of Airtable API


icon_scale_pencil.png This article "Troubleshooting of Airtable API" is still being written. If there are any incomplete parts, you are welcome to directly edit them. 這篇文章「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 ...

Template