ListView TinyDB Delete Update Listview

hello everyone , I want to create a ListView application where the data is stored in TinyDB. The data is successfully stored in TinyDB and can be displayed in the ListView. However, when I try to delete data from the ListView, it cannot be deleted, but a notification saying ‘Data successfully deleted’ appears.

this is my photo app

  1. data have been successfully stored in TinyDB
  2. appear data delete notification
  3. delete data failed , but appear notification successfully delete data

this is my block

  1. store data to TinyDB, and showing data to Listview
  2. delete data

this is my aia apps
MoquaV2.aia (596.9 KB)