Forum Discussion

JavierGarcia1's avatar
JavierGarcia1
Qrew Member
7 years ago

API_AddRecord error: The API request successfully adds the record as expected but it returns an empty response

I need to store the record ID of the record I am adding. Until I figure out why the API request is returning a blank response, I am using webhooks to catch when a record is added and field matching it to the record without a record ID in my application. This approach is obviously not ideal. I would appreciate some help figuring out why AddRecord is returning an empty response.

I am using the following library to make the API calls: node-quickbase. DoQuery returns non-empty responses as expected.