How do I display the specific Data in Listpicker from TinyDb

I wan to Display the Only

1003
1004
1001
1002
Not Include the word ID NUMBER

Then remove ID Number: from each data item ?

Use the text replacement block for this, and iterate over your list, creating a new sublist for your ListView elements

1 Like

Can you send me a sample block

2 Likes

How about when i click the Listview will be delete the selected item from Tinydb?

How did you store it in TinyDB?

To do that, try blocks like this:

(note: in this example, the list idList will be reset on each run of the app)

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.