I need store data like that: -56;+375290000000. Also i need get data but like that: +37529000 64. How i do that and be sure all data is stored with CloudDB?
This doesn't make sense, where will you get the second set of values from?
Also, don't store like this -56;+375290000000, store the values in a list ["-56","+375290000000"]
I wanna change data to that in output.
You are saying you want to save it like this: [64,"+37529000"]
and output it like this +37529000 64
You could do this:
Can I somehow get that value without number? And I need storage alot data like that.
What value what number ? You can just select from the returned list.
Use this block to append new value pairs to your tag
then, for example, use these blocks to return the first items from the list
Learn about lists
I wanna get value without phone number.
Can i do like “search“ where you basically type an number and that finds in tag?
Use the filter block.
Yeah, but not like that. There will be big list, so like the list: [64,"+37529010"], [-67,"+37529900"], [46483,"+37529400"] (that just for example). And I wanna get ONLY that line: [-67, “+37529900“].
Use the phone number as your CloudDB key and a list of its little numbers as its value.
Broken, just did showed [].
That's what an empty list looks like.
is JSON encoding of an empty list.
Should it be empty?
Depends on the phone number and the list.
This code tests by the little number in item 1, not the phone number in item 2.
Sure you want that?
I wanna get value WITH phone number.
Value OF the phone number?
All recent phone numbers and their values?
Which phone number? The last to phone me, or a phone number I typed in?
The last phone number I called?
I wanna get value with phone number LIKE THAT: [-67, “+37529900“].




