Skip to main content

Hi there,

I am getting this error message back, when I test my HTTP request flow in Webflow:


{
"error": {
"type": "INVALID_VALUE_FOR_COLUMN",
"message": "Value is not an array of record IDs."
}
}

Strange that it doesn't name the column. Strange that I am not writing any data with reference to other records into reference fields. It's a simple form with text fields, number field, an email field, a phone field and a checkbox.

No matter how I manipulate the form, this message comes up. The request as such is successfull.

Has anyone experienced this?

It sounds like you are trying to set the value of a linked record field. Could there be some confusion about the field you are trying to set?


It sounds like you are trying to set the value of a linked record field. Could there be some confusion about the field you are trying to set?


There was indeed. Thank you. Slipped through...


Reply