eric_nnv
Posts: 0
Joined: Tue Sep 16, 2014 3:40 am

Please provide a simple "Update" example

I am trying to do a simple Update of one column in one row of a collection.

"userprofileid" is the local storage variable that identifies the row to update in the "UserProfile" collection.

curstarid is the local storage variable that has the new value I would to update the column "curstarid" in the "UserProfile collection. (Note that this column is a pointer column to another collection called "Star)

Attached is a mapping where I have made many different attempts to make this happen (with various java statements, with/without a where clause, etc.)

Have reviewed many chat threads on this to no avail. And yes I have already read the database overview documentation that you have referenced in many of the threads.

Thanks in advance for your guidance.

Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Please provide a simple "Update" example

Hello Eric,

Could you check are there any errors in console? This (http://devcenter.appery.io/documentat...) should help.

Could you show us screenshots of the request from the browser's network tab?

Return to “Issues”