# Username not changing in post table

**URL:** https://community.glideapps.com/t/username-not-changing-in-post-table/80608
**Category:** Ask for Help
**Created:** [March 10, 2025, 11:11am UTC](https://community.glideapps.com/t/username-not-changing-in-post-table/80608 "2025-03-10T11:11:06Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Variety\_Gaming](https://avatars.discourse-cdn.com/v4/letter/v/ac8455/32.png) [@Variety\_Gaming](https://community.glideapps.com/u/Variety_Gaming)
#### Post date: [March 10, 2025, 11:11am UTC](https://community.glideapps.com/t/username-not-changing-in-post-table/80608/1 "2025-03-10T11:11:06Z")

</div>

In my social media app every user have their own username and also everyon can post. after posting anything, when we change our username, the username in the post not changing…  
Please Help quickly

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [March 10, 2025, 12:12pm UTC](https://community.glideapps.com/t/username-not-changing-in-post-table/80608/2 "2025-03-10T12:12:26Z")

</div>

When a new post is created, you are probably writing the username as the owner/author of the newly-created post.

If you wrote the user ID instead of the username (the row ID in the Users table), then you could change data related to a user (name, username, picture, etc.) and this new information would update throughout your app.

---

<div class="post-metadata">

### Author: ![Variety\_Gaming](https://avatars.discourse-cdn.com/v4/letter/v/ac8455/32.png) [@Variety\_Gaming](https://community.glideapps.com/u/Variety_Gaming)
#### Post date: [March 10, 2025, 4:10pm UTC](https://community.glideapps.com/t/username-not-changing-in-post-table/80608/3 "2025-03-10T16:10:07Z")

</div>

> **[Snapverse](https://snapverse.glide.page/)**

here what to change?

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [March 10, 2025, 4:19pm UTC](https://community.glideapps.com/t/username-not-changing-in-post-table/80608/4 "2025-03-10T16:19:35Z")

</div>

Use the user ID instead of the username to identify users throughout your tables.

---

<div class="post-metadata">

### Author: ![Variety\_Gaming](https://avatars.discourse-cdn.com/v4/letter/v/ac8455/32.png) [@Variety\_Gaming](https://community.glideapps.com/u/Variety_Gaming)
#### Post date: [March 10, 2025, 4:56pm UTC](https://community.glideapps.com/t/username-not-changing-in-post-table/80608/5 "2025-03-10T16:56:23Z")

</div>

What other users needed to see the users username in top of the profile

---

<div class="post-metadata">

### Author: ![fk1214](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/fk1214/32/71058_2.png) [@fk1214](https://community.glideapps.com/u/fk1214)
#### Post date: [March 10, 2025, 5:43pm UTC](https://community.glideapps.com/t/username-not-changing-in-post-table/80608/6 "2025-03-10T17:43:27Z")

</div>

You instead record the user’s email or row ID and then use a relation column to find the user and use query columns to get the name, profile picture, etc, I will help you with that when I become team member in your app.
