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.