Delete listview text and image from listview

I couldn’t find where I made a mistake in the blocks. I cannot delete the item from the list. can you help me.

Is it removing from the list view?

blocks (9)
The selection value is not deleted. It clears the last value when I hold it down. It gives an error when I want to delete the last value.

yes is deleted

Try moving the position of the Listview Remove item block to the last. Just guessing…

See an example

image

Position in List View with image start at 0 not 1 , so you should set index to get position + 1

it works. but the last value is not deleted.

I believe tinyDB blocks should be outside the loop

1 Like

For me it works, deletes all

1 Like

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