# Show Details just after Add Row

**URL:** https://community.glideapps.com/t/show-details-just-after-add-row/56793
**Category:** Ask for Help
**Created:** [January 17, 2023, 7:49am UTC](https://community.glideapps.com/t/show-details-just-after-add-row/56793 "2023-01-17T07:49:13Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![orth](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/orth/32/29029_2.png) [@orth](https://community.glideapps.com/u/orth)
#### Post date: [January 17, 2023, 7:49am UTC](https://community.glideapps.com/t/show-details-just-after-add-row/56793/1 "2023-01-17T07:49:13Z")

</div>

How to show detils for just created thing?

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/a/5adc9536961f66f98f66f0290b1936a23e08d5c7.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 17, 2023, 8:16am UTC](https://community.glideapps.com/t/show-details-just-after-add-row/56793/2 "2023-01-17T08:16:32Z")

</div>

I assume you’re not using a native form to do this, but a “custom form”.

What you can do is:

- Add an “Identifier” column in the table where you are putting the component with the action above. On entry to the screen, set a “unique identifier” value to that “Identifier” column.

- When adding a row to Orders, add that Identifier as a separate column.

- Create a relation from the original table to the Orders table using that Identifier column.

- Show the detail screen of the relation after the “add row” action.

---

<div class="post-metadata">

### Author: ![orth](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/orth/32/29029_2.png) [@orth](https://community.glideapps.com/u/orth)
#### Post date: [January 17, 2023, 8:32am UTC](https://community.glideapps.com/t/show-details-just-after-add-row/56793/3 "2023-01-17T08:32:45Z")

</div>

Thank you!

I’ve found and used exactly this method before, but now just thought if is there another more elegant way.

In my case it is not custom form, but automatic creating a new thing just by click on button using context

---

<div class="post-metadata">

### Author: ![charlietmail](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/charlietmail/32/55259_2.png) [@charlietmail](https://community.glideapps.com/u/charlietmail)
#### Post date: [March 22, 2023, 2:24pm UTC](https://community.glideapps.com/t/show-details-just-after-add-row/56793/4 "2023-03-22T14:24:48Z")

</div>

Brilliant! Just used this
