# \[Solved\] Delete a specific item from a list, that was open on a new screen

**URL:** https://community.thunkable.com/t/solved-delete-a-specific-item-from-a-list-that-was-open-on-a-new-screen/342060
**Category:** Questions about Thunkable X
**Tags:** solved, listview
**Created:** [November 28, 2019, 1:04pm UTC](https://community.thunkable.com/t/solved-delete-a-specific-item-from-a-list-that-was-open-on-a-new-screen/342060 "2019-11-28T13:04:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![io.nut.ilie](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/io.nut.ilie/32/51367_2.png) [@io.nut.ilie](https://community.thunkable.com/u/io.nut.ilie)
#### Post date: [November 28, 2019, 1:04pm UTC](https://community.thunkable.com/t/solved-delete-a-specific-item-from-a-list-that-was-open-on-a-new-screen/342060/1 "2019-11-28T13:04:02Z")

</div>

Hello.

I have a screen with a list, that it is user generated.  
As I click on an item, I open that specific item on a new screen.

 ![A](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/b/8b4c888c91ba4fb62feeec92b06b457fb9b51a7b.png)

On the new screen, as I want to delete that specific item, I have a block that will delete the first item form the main list from the initial screen, but not the item that was open.

 ![B](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/c/9c9de715a618fc6c3c6bd2c9c6eb31bd1c9b8a24.png)

**I would like to delete only the item that was open on the new screen.**  
**Thank you.** 🙏

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [November 28, 2019, 1:22pm UTC](https://community.thunkable.com/t/solved-delete-a-specific-item-from-a-list-that-was-open-on-a-new-screen/342060/2 "2019-11-28T13:22:48Z")

</div>

Hi, @io.nut.ilie! 👋

I used this kind of concept when I was developing a “notes” feature in my app.  
Here’s what I did, and it worked -

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/4/840ee56f815cd50e70a374a9e7ebbc82ea2e720f.png)

Hope I helped you! 😄  
Thanks! 😊

**P.S.** the illustrations you provided were very helpful 👍 👍

---

<div class="post-metadata">

### Author: ![io.nut.ilie](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/io.nut.ilie/32/51367_2.png) [@io.nut.ilie](https://community.thunkable.com/u/io.nut.ilie)
#### Post date: [November 28, 2019, 10:24pm UTC](https://community.thunkable.com/t/solved-delete-a-specific-item-from-a-list-that-was-open-on-a-new-screen/342060/3 "2019-11-28T22:24:25Z")

</div>

Thank you @kartik14.

I wanted to have details and delete on other screen than the screen with the Listview.  
**From your sample** I understand it that would be better to have delete function on the same screen. So I have created a custom Alert that will display the Listview items - if clicked - as detail on other screen but it keeps the Delete function of a specific item on the main Listview screen.

 ![c](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/8/882620a9e7edb529e492efe6a0bdee4c6e3c6f7d.png)

The illustrations are easy done it with a free software. PM if you want the name because I have no idea if it is allowed to put other brands name on forum.

**Thank you** again for your support.  
Ionut

---

<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, 11:46am UTC](https://community.thunkable.com/t/solved-delete-a-specific-item-from-a-list-that-was-open-on-a-new-screen/342060/4 "2024-11-08T11:46:36Z")

</div>


