If phone number with value contains in list, i wanna change it. How to do it?
Show your relevant blocks
What are you storing in your tag phonevalue with the textbox.text and global value. Provide an example. Is it this tag you want to change ?
I am storing In TextBox phone numbers, and in global value value like -54, 14, 54 or any value. And yes, that tag i wanna to change.
Just use that StoreAValue block again, with the new number in the textbox and global value as required. The tag phonevalue will then be updated with the new data.
But i need update value? Like it was -54 and it need to be -53?
Why CloudDB?
Might two users want to change the same tag value at the same time?
Then what is your choice?
My choice depends on the answer to the question of how much the data needs to be shared with other people.
Not alot and not small.
If you are never going to share the data with other people, TinyDB is simpler and more direct.
It doesn't need exra events to announce arrival of data from the cloud.
If you use CloudDB, you have to set up mechanisms to ask for data, receive it, and check what notes you left for yourself as to what you want to do to it before replacing it .
