Glynn Baca
Posts: 0
Joined: Thu Feb 19, 2015 5:49 pm

How to use update service to update a database from app?

I am having trouble getting the update service to work in my app. I want to have the database shown through a list and then allow the user to update each data piece individually. Here are screenshots.

Image

Image

Image

Image

I want it so you can input a status then click the button and update that piece o fhte database.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to use update service to update a database from app?

Hello Glynn,

Could you please clarify, do you use $set operator to update your filed? You can read about it here http://devcenter.appery.io/documentat...

Glynn Baca
Posts: 0
Joined: Thu Feb 19, 2015 5:49 pm

How to use update service to update a database from app?

No I did not, but I'll try it.

Glynn Baca
Posts: 0
Joined: Thu Feb 19, 2015 5:49 pm

How to use update service to update a database from app?

Actually, this doesn't work for me because i want to update each row individually

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to use update service to update a database from app?

Hello!

You can use code$set/code with where parameter, please read this topic carefully from start to end http://devcenter.appery.io/documentat...

Return to “Issues”