Data360 Analyze

 View Only
  • 1.  Issue with HTTP Node "Get Rows" with GET Method

    Employee
    Posted 02-17-2021 22:55

    Hi all,

    I am not getting any output data from HTTP "Get Rows" Node. This node runs successfully but returns Blank data and Error 404 Status code in output. The API used in this node is pulling data from a smartsheet which has data in it, but I am not getting any output data.We have used same Get Rows node with different smarsheets using API url and they are working fine.I am facing this issue only with this Smartsheet API used in this node.Please advise.Thanks.



  • 2.  RE: Issue with HTTP Node "Get Rows" with GET Method

    Employee
    Posted 02-18-2021 07:43

    Based on the StatusCodeOp field, that's an HTTP 404 error returned by the endpoint. This is caused when the Url property within the HTTP Node is a valid format, but nothing at that location. What is the HTTP Node's Url property set to and how does that value compare with the other uses of the Get Rows HTTP node that work? 



  • 3.  RE: Issue with HTTP Node "Get Rows" with GET Method

    Employee
    Posted 02-18-2021 08:14

    Hi,

    We have data in that url location and we have used same HTTP node's Url property just with different Smartsheet ID's in url. I strongly believe something has happened with that particular smarsheet which is in this HTTP node restricting server to connect and fetch data.