Tiny DB ( ) Remove Problem

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?

@RaYzZz

Screenshot_20250808-233119 (1)

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

1 Like

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.

1 Like

Learn to work with lists

Taifun

1 Like