Update / Edit Collection via User Form - does this exist?

Hello and thank you in advance…

I have scoured the documentation and the forum for references to code that allows one to set up a user interface to allow users to UPDATE or EDIT existing collection records.

Does this exist somewhere? Is it perhaps called something other than update data, update collection, edit collection, edit data, etc.? I cannot find anything regarding this.

Thank you again…
Cynthia-

Hi,

Actually its called update - wixData.update , and here is how it works - Here

And you also can use setFieldValue() to edit a value in the dataset , check this Api to see how it works

Hope this helps!
Best,

Mustafa

Thank you kindly, Mustafa, for the direction. Most appreciated! Cheers!