Data360 Analyze

 View Only
  • 1.  Error with HTTP node " Add rows" with POST Method

    Employee
    Posted 03-05-2021 14:50

    Hello,

     We are getting this error code 1012 and status code:400 (Bad data request )when we try to Add rows/Post data in the smartsheet. Any insights on this error would be helpful.

    {

     "errorCode" : 1012,

     "message" : "Required object attribute(s) are missing from your request: cell.columnId.",

     "refId" : "1k08ja0q4z1x6",

     "detail" : {

      "index" : 0

     }

    }

     



  • 2.  RE: Error with HTTP node " Add rows" with POST Method

    Employee
    Posted 03-16-2021 07:51

    The error is passed from the API endpoint, which is rejecting the input data since it is missing a required field named cell.columnId. I see a JSON object in your Rows field that contains cells.columnId - was this the field that was passed into the HTTP node? Was the HTTP node's body property set a "From Field" and set as 'Rows'?