New records are empty

Trying to use the api to create a new record in a table. Record keeps coming back blank. If i update existing fields individually no problem so i’m sure i have my data type correct. but when i try to load it all into a single payload and send it… the record is created but is blank. The record does contain connected fields, but it is the parent record so the connected field is just short text

Hi @Nic1, would you mind sharing what your payload looks like, and identify what each field key’s type is? Is it an object or view-based request?
For connections, the body should look something like this with the IDs referenced:

{
  "field_xx": "6423ea1h863b15fe42fd4f1c" // Single connection field
  "field_yy": ["6423ea1h863b15fe42fd4f1c", "68f63a025d570402e4f2d5eb"]  // Multi-connection field
}