# Unique id DOESNT populate with New Row

**URL:** https://community.glideapps.com/t/unique-id-doesnt-populate-with-new-row/8279
**Category:** Report a Bug
**Created:** [May 1, 2020, 11:57am UTC](https://community.glideapps.com/t/unique-id-doesnt-populate-with-new-row/8279 "2020-05-01T11:57:23Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![ikleveland](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ikleveland/32/6241_2.png) [@ikleveland](https://community.glideapps.com/u/ikleveland)
#### Post date: [May 1, 2020, 11:57am UTC](https://community.glideapps.com/t/unique-id-doesnt-populate-with-new-row/8279/1 "2020-05-01T11:57:23Z")

</div>

**My app’s URL: [pwle7.glideapp.io](http://pwle7.glideapp.io)**

Hey Guys! I am running into a pretty simple problem with Unique ids.  
Every-time I zap in data from my contact form or a user adds data from within the app, the row populates successfully with said data but a unique id doesn’t populate automatically how glide mentions in the documentation videos( picture below)??

 ![Screen Shot 2020-05-01 at 7.50.54 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/4/428f4c72ae45443a658275c24987acb6d47c1d94.png)

How do I allow this to happen, where a new unique id is created as new rows are created?

---

<div class="post-metadata">

### Author: ![Christophe\_HK](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christophe_hk/32/4161_2.png) [@Christophe\_HK](https://community.glideapps.com/u/Christophe_HK)
#### Post date: [May 1, 2020, 11:59am UTC](https://community.glideapps.com/t/unique-id-doesnt-populate-with-new-row/8279/2 "2020-05-01T11:59:38Z")

</div>

In your form, you have to insert in the ID column the Unique ID special value. It’s not automatic.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 1, 2020, 12:13pm UTC](https://community.glideapps.com/t/unique-id-doesnt-populate-with-new-row/8279/3 "2020-05-01T12:13:33Z")

</div>

RowID is automatic. Unique ID only fills if you have it set to fill the column on add/edit/form screens.

---

<div class="post-metadata">

### Author: ![ikleveland](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ikleveland/32/6241_2.png) [@ikleveland](https://community.glideapps.com/u/ikleveland)
#### Post date: [May 1, 2020, 12:15pm UTC](https://community.glideapps.com/t/unique-id-doesnt-populate-with-new-row/8279/4 "2020-05-01T12:15:49Z")

</div>

Man that was fast, you are life saver, it works! Appreciate it bud

---

<div class="post-metadata">

### Author: ![ikleveland](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ikleveland/32/6241_2.png) [@ikleveland](https://community.glideapps.com/u/ikleveland)
#### Post date: [May 1, 2020, 12:16pm UTC](https://community.glideapps.com/t/unique-id-doesnt-populate-with-new-row/8279/5 "2020-05-01T12:16:32Z")

</div>

Thanks a ton for all you do jeff!!

---

<div class="post-metadata">

### Author: ![ikleveland](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ikleveland/32/6241_2.png) [@ikleveland](https://community.glideapps.com/u/ikleveland)
#### Post date: [May 1, 2020, 5:51pm UTC](https://community.glideapps.com/t/unique-id-doesnt-populate-with-new-row/8279/6 "2020-05-01T17:51:12Z")

</div>

Hey Jeff, trying to figure out how to set it to fill the column? This seems like it is necessary if you are trying to zap the data in, instead of creating a row from within the app, Thoughts??

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 1, 2020, 6:22pm UTC](https://community.glideapps.com/t/unique-id-doesnt-populate-with-new-row/8279/7 "2020-05-01T18:22:08Z")

</div>

yeah, use RowID. It might not be instantaneous, but once glide receives the added row from google, it should assign a row id.

[https://docs.glideapps.com/all/reference/data-editor/computed-columns/row-ids](https://docs.glideapps.com/all/reference/data-editor/computed-columns/row-ids)

---

<div class="post-metadata">

### Author: ![ikleveland](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ikleveland/32/6241_2.png) [@ikleveland](https://community.glideapps.com/u/ikleveland)
#### Post date: [May 1, 2020, 6:22pm UTC](https://community.glideapps.com/t/unique-id-doesnt-populate-with-new-row/8279/8 "2020-05-01T18:22:42Z")

</div>

Thanks so much bud for the insight !
