How to Remove ( ) from Get Value of Tiny DB component.
When we got the value we get (Result)
Hi Karan,
I imagine that’s a list, how did you save the data using TinyDB.StoreValue?
If you’re using a create emptylist block, then to get that value use Select item in list list call tinydb get value index 1 or any number if the list have length over 1
What Victor said is correct.
Make sure the data you receive is in the correct format.
For example, if you receive a JSON and want to treat it as a list, you need to add a Web component and use its JSON Decode function.
Learn to work with lists
Taifun