# Open edit of just copied row

**URL:** https://community.glideapps.com/t/open-edit-of-just-copied-row/56349
**Category:** Ask for Help
**Created:** [January 4, 2023, 9:16pm UTC](https://community.glideapps.com/t/open-edit-of-just-copied-row/56349 "2023-01-04T21:16:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![user19](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/user19/32/52319_2.png) [@user19](https://community.glideapps.com/u/user19)
#### Post date: [January 4, 2023, 9:16pm UTC](https://community.glideapps.com/t/open-edit-of-just-copied-row/56349/1 "2023-01-04T21:16:31Z")

</div>

hi all.  
by click on button, user have to copy present data (in detail view) by making a new row, and open edit of it.

i made a relation to last row of a user. but in custom action: “add row”, “notification”, “show edit” - open edit of existed row, not new.  
i guess new row don’t appear such fast as custom action flow work. i be happy if “delay” action will exist, but it’s not.

how to solve it?

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [January 4, 2023, 9:26pm UTC](https://community.glideapps.com/t/open-edit-of-just-copied-row/56349/2 "2023-01-04T21:26:44Z")

</div>

you need to record the row ID of the new row, using the after action, then open a new screen in that table, with the filter rows of that recorded row ID.

---

<div class="post-metadata">

### Author: ![user19](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/user19/32/52319_2.png) [@user19](https://community.glideapps.com/u/user19)
#### Post date: [January 4, 2023, 9:42pm UTC](https://community.glideapps.com/t/open-edit-of-just-copied-row/56349/3 "2023-01-04T21:42:06Z")

</div>

“after action” - what is it?
