# How do I insert parent row id for a child inline list?

**URL:** https://community.glideapps.com/t/how-do-i-insert-parent-row-id-for-a-child-inline-list/40461
**Category:** Ask for Help
**Created:** [April 6, 2022, 6:38am UTC](https://community.glideapps.com/t/how-do-i-insert-parent-row-id-for-a-child-inline-list/40461 "2022-04-06T06:38:26Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![remoteworker.id](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/remoteworker.id/32/36396_2.png) [@remoteworker.id](https://community.glideapps.com/u/remoteworker.id)
#### Post date: [April 6, 2022, 6:38am UTC](https://community.glideapps.com/t/how-do-i-insert-parent-row-id-for-a-child-inline-list/40461/1 "2022-04-06T06:38:26Z")

</div>

I kinda expected to have it done automatically by glide. Haha, I guess I am asking too much for the awesomeness that Glide has already offer!

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/7/87ca1b52d42f1941b6fcc77cce7901e0712753dc.jpeg)

Anyway, I have Blog =\> Blog Album sheet.  
I already setup both to have rowid, and in Blog Album I already have ID Blog which is the row id from Blog sheet. Upon setting up Add Form for the inline list, I stumble upon missing “automatic” field value for row id from Blog sheet. How do I get that? I kinda expected it will be coming from Screen

I also expected it to be configurable from On Submit event…

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/3/13249c2897d44eb3d6fd9712e32415eda4bec91e.jpeg)

---

<div class="post-metadata">

### Author: ![Dilon\_Perera](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dilon_perera/32/85652_2.png) [@Dilon\_Perera](https://community.glideapps.com/u/Dilon_Perera)
#### Post date: [April 6, 2022, 7:28am UTC](https://community.glideapps.com/t/how-do-i-insert-parent-row-id-for-a-child-inline-list/40461/2 "2022-04-06T07:28:44Z")

</div>

Hi Eko,

You can see it in Screen Values :

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/4/843d749b66ccbba72b11b2848aefe4ddc31ea0ec.png)

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/7/c7d6af1ff3e0a85435956dd34f20b34ba9f23fd7.png)

Thank you

---

<div class="post-metadata">

### Author: ![remoteworker.id](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/remoteworker.id/32/36396_2.png) [@remoteworker.id](https://community.glideapps.com/u/remoteworker.id)
#### Post date: [April 6, 2022, 7:54am UTC](https://community.glideapps.com/t/how-do-i-insert-parent-row-id-for-a-child-inline-list/40461/3 "2022-04-06T07:54:26Z")

</div>

How do I get to that screen value? For now, I use a button in paren form to add row to child sheet like this:

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/b/cb59dcc749dff4e793dce9dff759b6afb3c5731e.jpeg)

User will still need to tap that inline list, and edit it there.

I actually would like to let user adding element to using + button below, but the form that shown up after that will not let me add that Row ID Details… not sure how to get to that screen!

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/b/fb57329b33dcbbb195e52f73584087b89ea5c4f3.jpeg)

This will work for now, but advice please for better way

---

<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: [April 7, 2022, 12:14am UTC](https://community.glideapps.com/t/how-do-i-insert-parent-row-id-for-a-child-inline-list/40461/4 "2022-04-07T00:14:16Z")

</div>

> [@remoteworker.id](#):
>
> User will still need to tap that inline list, and edit it there.

Why don’t you show them a form at this stage and use screen value? I think it’s odd that you have an add row with Untitled caption and description here opposed to a form.

---

<div class="post-metadata">

### Author: ![remoteworker.id](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/remoteworker.id/32/36396_2.png) [@remoteworker.id](https://community.glideapps.com/u/remoteworker.id)
#### Post date: [April 7, 2022, 2:19am UTC](https://community.glideapps.com/t/how-do-i-insert-parent-row-id-for-a-child-inline-list/40461/5 "2022-04-07T02:19:15Z")

</div>

Great! That’ll be a fine solution for this step. Will do that.
