I’m receiving a 422 error when I send a POST request to create a new record. I believe this is due to a specific field.
When I submit a POST request with the following data:
data = {
"records": [
{
"fields": {...
Maybe ensure that the first few records have sample data. (Again, that may be wrong.)
Just tested this. Yes, previously my outline_id column had some values, but not in the first few rows. After I added dummy integer data in the first few rows, the...
Hi, I’ve found the error. It was a mistake on my behalf. I didn’t load in the variable as an integer in Python. I’m able to create new records with values for the outline_id column now (by converting the value into an integer first).
W/ regards to th...
Appreciate the suggestion. You’re talking about a simple browser refresh, yes? Doesn’t solve the issue, unfortunately.
By ‘…a new column that I’ve created recently’, I mean a few weeks ago. Docs should be updated to reflect the change by now, yes?
So...