This time you did not pass item id to "_id" parameter.
See details: http://prntscr.com/4iukhv/direct
Thus you have this error "Object must be present in the request body"
Regards.
This time you did not pass item id to "_id" parameter.
See details: http://prntscr.com/4iukhv/direct
Thus you have this error "Object must be present in the request body"
Regards.
Hello Escards,
Please click "Add JS" to "_id" request parameter and add following debug JS code:
pre
alert("_id = " + value);
return value;
/pre
Now run your app and you will see what exactly stored in "variable" LSV and passed to "_id" request parameter. Then you can debug your app in accordance to this debug information.
Regards.
http://appery.io/app/mobile-frame?src...
I added the code but there is no alert box.
Hello,
On what event do you add this code?
Please tell us steps to test your app?
Never mind I got it working!