RESOLVED - Problem Save only 1 data from many collection

Hi,
When you use the update function you need to supply values to all of the fields.
You can use query to get the current values, change the fields you want to update and then use the update function.

Good luck :slight_smile: