Update Service
Tried that but its still not working. Also followed the ToDo app w/ backend services tutorial so I can delete but that won't work either.
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/
Tried that but its still not working. Also followed the ToDo app w/ backend services tutorial so I can delete but that won't work either.
Dear Eascards,
Did you really test it?
I've checked your app for you and have following result:
Request: http://prntscr.com/4634u9/direct
Response: http://prntscr.com/46351l/direct
Seems to be your "update" service works.
Regards.
I tested it and when I change the text in either of the inputs, click update then change the page or logout then back in, it goes back to the original text that was there instead of staying there.
Same with the delete service.
Eascards,
That's means you just don't pass needed request parameter in update service.
So you need:
1 On "update" button click store goal input component value in some LSV. Exactly the same as with itemId.
Note: you need adjust order for this action to be before "update" service execution.
2 In "update" service mapping - link LSV from 1st step to request parameter that's you need to update.
Regards.
Anything here yet?
Hi - You should specify the X-Appery-Database-id and X-Appery-Session-Token.
Where you try it? Can you show the error message?