Desaparecen mis notas si alguien añade nota desde otro movil

Hola a todos! No tengo mucha experiencia en esto. He creado una app en la que añado notas para que otros dispositivos las vean y puedan tambien escribir nuevas. El problema viene cuando ellos escriben, mis notas desaparecen ya que se sobrescribe. Alguien tiene una solucion?Gracias!!!

Hi @Pedro_Box,

I think the issue is that in the DataChanged event you don’t update your global variables containing the lists of notes. Therefore, the list on each device is empty and when you click Botón3, it will add the items to the empty list and save to the server, overwriting whatever is there. You also include a call to AppendValue, which might be a better approach than updating the list and writing the whole thing back.

Hi Ewpatton Thanks!!
Where do I add Appendvalue and how do I use it?

We seem to be working on this in two places......