Unable to create rows in a batch using API

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

SaaS

What are the exact steps to reproduce this issue?

As the title says, I am unable to create rows in a batch using the API, long story short, I am able to:

  • Update rows in a batch using PATCH
  • Create a single row using POST

But when I try to create a batch of rows using POST.

  • In Postman, It returns a 200 and creates a single row with all null values (this is also in the response body).
  • In Filemaker, it returns this - {“error”:“ERROR_REQUEST_BODY_VALIDATION”,“detail”:“The provided select option value ‘’ is not a valid select option.”}

I did this all by following the request body schema in API documentation, with and without field names, and I couldn’t make it work.

Any ideas on this one?

Hey @Derek
Can you export workspace (structure only) and post exact that you are sending?
This validation error suggest that you have Single/Multiple choice field and you are sending wrong option