# How to detect post is created by X user profile?

**URL:** https://community.glideapps.com/t/how-to-detect-post-is-created-by-x-user-profile/56583
**Category:** Ask for Help
**Created:** [January 11, 2023, 3:25pm UTC](https://community.glideapps.com/t/how-to-detect-post-is-created-by-x-user-profile/56583 "2023-01-11T15:25:00Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Pyoyo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pyoyo/32/52515_2.png) [@Pyoyo](https://community.glideapps.com/u/Pyoyo)
#### Post date: [January 11, 2023, 3:25pm UTC](https://community.glideapps.com/t/how-to-detect-post-is-created-by-x-user-profile/56583/1 "2023-01-11T15:25:00Z")

</div>

![fdfds](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/7/9732ace2179242beef7940baf0ee63a0f31e91d6.jpeg)

In the image, the 3 posts are shown created by Joe( from joe perspective) , but **the fact is** Mary actually created them.

my question is how to configure the detection,

- Joe creates Post A
- Mary creates Post B
- When Joe views Post B, the author/user profile Is Mary

---

<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: [January 11, 2023, 3:37pm UTC](https://community.glideapps.com/t/how-to-detect-post-is-created-by-x-user-profile/56583/2 "2023-01-11T15:37:46Z")

</div>

When you add a row, are you including an email or some other identifier to indicate who created the post? How are you showing the name on the post?

---

<div class="post-metadata">

### Author: ![Pyoyo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pyoyo/32/52515_2.png) [@Pyoyo](https://community.glideapps.com/u/Pyoyo)
#### Post date: [January 11, 2023, 4:10pm UTC](https://community.glideapps.com/t/how-to-detect-post-is-created-by-x-user-profile/56583/3 "2023-01-11T16:10:26Z")

</div>

Yeah, I guess I don’t know how to add an identifier properly.

When adding an item, I don’t want to show the creator details on the modal, that’s weird.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/b/dbaed30f514d9bb42aa85f7cb4483c74d2b89931.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/f/ffc6c8be650db27146cc7471ea31317660aec8a6.png)

 ![xxx](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/0/2014508d7d9b019b16a5e458d6d2bf159c42f4db.png)

---

<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: [January 11, 2023, 6:29pm UTC](https://community.glideapps.com/t/how-to-detect-post-is-created-by-x-user-profile/56583/4 "2023-01-11T18:29:54Z")

</div>

Ah, I think I see what’s happening. Your ‘New Column’ is set up as user specific. User specific columns are meant to store different values in the same cell for different users. I’m guessing that’s not your intention. I would try creating a new column that’s not user specific, and then change your Value component to fill that new column instead.

---

<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: [January 11, 2023, 6:35pm UTC](https://community.glideapps.com/t/how-to-detect-post-is-created-by-x-user-profile/56583/5 "2023-01-11T18:35:38Z")

</div>

Hi @Pyoyo,

Like Jeff mentioned, make your new column as not user-specific. ( identified by blue color in column’s icon ) For do that you need to delete the column and add the column again and when adding the new column don’t tick for user-specific.

Then on your form you can add the user profile name value and connect it to that created column.

I suggest to create the **Row ID column** on the **Users table** and on this **Topics table** create a **text column** and you can name it like _Creator ID_ and don’t make it **user-specific** and on your form use the **user profile Row ID value** and connect it to the created **Creator ID** column and then to get the name you can make a **relation column** on the **Topics table** and use a **lookup column** to return the name!

I suggest this because sometimes there might be duplicated names and if you need to get like topics created by specific user with a relation then the ones that not created by that user also will return because the name is same. But using a Row ID is good because it’s unique for every user and returns the ones that created by only that user in a relation.

> **[Glide - Topic Creator Display.mp4](https://drive.google.com/file/d/1bKZ-OOh-pCqaRFAebJk0xyYijg8aMIfg/view?usp=share_link)**
>
> Google Drive file.

Thank you

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [January 22, 2023, 1:25pm UTC](https://community.glideapps.com/t/how-to-detect-post-is-created-by-x-user-profile/56583/6 "2023-01-22T13:25:25Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
