Page 1 of 1

Please provide a simple "Update" example

Posted: Sun Aug 16, 2015 7:22 pm
by eric_nnv

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


Please provide a simple "Update" example

Posted: Mon Aug 17, 2015 4:54 pm
by Serhii Kulibaba

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?