Skip to main content
Solved

Webflow Logic HTTP Request POST JSON Error

  • May 10, 2023
  • 2 replies
  • 25 views

Forum|alt.badge.img+16

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?

Best answer by kuovonne

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?

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • Answer
  • May 10, 2023

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?


Forum|alt.badge.img+16
  • Author
  • Known Participant
  • May 12, 2023

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...