Get HTTP POST response

Hi, in my app I'm sending a HTTP Post to a external data base. I need to know if the data was inserted, so I would like to get the http response.

For example when I do a POST with Postman and the data is inserted correctly in the data base, I receive a response like this:

{
    "id""00000300",
    "message""created",
    "status"200
}
 
Is it possible to get this responses in appsheet?
 
Thanks, Joaquin.
0 3 293
3 REPLIES 3
Top Labels in this Space