# How to delete specific data from Data View List

**URL:** https://community.thunkable.com/t/how-to-delete-specific-data-from-data-view-list/711998
**Category:** Questions about Thunkable X
**Created:** [July 31, 2020, 12:09am UTC](https://community.thunkable.com/t/how-to-delete-specific-data-from-data-view-list/711998 "2020-07-31T00:09:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![17068hm](https://avatars.discourse-cdn.com/v4/letter/1/50afbb/32.png) [@17068hm](https://community.thunkable.com/u/17068hm)
#### Post date: [July 31, 2020, 12:09am UTC](https://community.thunkable.com/t/how-to-delete-specific-data-from-data-view-list/711998/1 "2020-07-31T00:09:01Z")

</div>

Hello,

I am trying to make a “To Do List” app and I am using a Data Viewer list. This makes it easier for me to show the users if they have completed their task or not.

I tried to make the right-swipe the “cancel” button, which deletes a specific item that the users want to delete. However, I do not know how to use the blocks for this. I have made an alert component which shows “You are deleting this item. Are you sure?” but the item is not deleting. Can anyone help me?

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [July 31, 2020, 9:55am UTC](https://community.thunkable.com/t/how-to-delete-specific-data-from-data-view-list/711998/2 "2020-07-31T09:55:16Z")

</div>

Hello,

After selecting an entry in the Data List Viewer handler, you can get the rowId. Use this value in the data Source component record deletion block

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:26pm UTC](https://community.thunkable.com/t/how-to-delete-specific-data-from-data-view-list/711998/3 "2024-11-08T12:26:55Z")

</div>


