So I display a grid with two input components, a label with the id and a button, iterated and populated with the db list service.
So the user can change the input text of two variables corresponding to the same object_id when the button is clicked (so one update at a time).
When a user clicks on the button, the inputs are stored in local variables and then a popup alert happens to confirm to me that the variables made it to the localStorage correctly, and then the update service is invoked and the following error is received:
Test failed! Please check service properties and the error details in "Response" area.
{
"status":"400 Bad Request",
"url":"https://api.appery.io/rest/1/db/colle...",
"response":{
"code":"DBSP260",
"description":"Object must be present in the request body"
}
}
Any guidance would be appreciated. I'm new to development but your great app building tool, tutorials and support have helped me through it.
Thanks,
Mike