Eascards,
you still have the same value in dbId and itemID fields.
Please populate it with right values and you will recieve correct response.
Regards.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Eascards,
you still have the same value in dbId and itemID fields.
Please populate it with right values and you will recieve correct response.
Regards.
They don't have a matching id in the latest screenshot. I didn't change the database id because I thought it was right.
Eascards
Please follow this tutorial to understand how "update" service works:
http://devcenter.appery.io/tutorials/...
Regards.
Added the label, changed the name, and made it invisible.
Updated the mapping- Mapped _id to label I just created (itemid)
Updated the list after deleting
After those steps, it didn't work so that is where I started looking in the "settings" for the service.
The object id that I use come from the _id column.
After going through all of those steps, I still get these error messages:
When I opened the console, the first error was there. After clicking delete three time, I got the next three.
Hello -
First of all - check if "_itemid" local storage variable is created and populated with the needed id value.
In your mapping I see (4th screenshot), you've binded only id, also you should bind the session token.
And check the errors that you got in browser console - click on that messages.
As I see your login service even didn't pass correctly.
Please click on the red marked message on the left side and post a screenshot.
Hi Eascards,
That means you have passed "{database_id}" value. This value should replaced with real DB id.
Please take a look on screen shot to be sure you have right service settings:
http://prntscr.com/48cbxk/direct
Regards.