# Show text from user profile

**URL:** https://community.glideapps.com/t/show-text-from-user-profile/14175
**Category:** Feature Requests
**Created:** [August 19, 2020, 9:01am UTC](https://community.glideapps.com/t/show-text-from-user-profile/14175 "2020-08-19T09:01:12Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![mthakershi](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mthakershi/32/1715_2.png) [@mthakershi](https://community.glideapps.com/u/mthakershi)
#### Post date: [August 19, 2020, 9:01am UTC](https://community.glideapps.com/t/show-text-from-user-profile/14175/1 "2020-08-19T09:01:12Z")

</div>

Is there a way to fetch a field from user profile record and assign to a control on any screen? E.g. if signed in, assign text “Welcome back [Username]”.

User profile is already available in conditions so this should be possible. Thanks

---

<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: [August 19, 2020, 9:02am UTC](https://community.glideapps.com/t/show-text-from-user-profile/14175/2 "2020-08-19T09:02:59Z")

</div>

You can use a lookup/template column to bring that field over to the source sheet of your new screen, then use a text component or whatever is needed to display it.

---

<div class="post-metadata">

### Author: ![Amig22](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/amig22/32/57663_2.png) [@Amig22](https://community.glideapps.com/u/Amig22)
#### Post date: [June 1, 2023, 9:53am UTC](https://community.glideapps.com/t/show-text-from-user-profile/14175/3 "2023-06-01T09:53:34Z")

</div>

Hi, i am trying to use lookup/template column to show a field (from user profile - not user specific) on a public screen but it doesn’t show the text. How can i solve this?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 1, 2023, 9:54am UTC](https://community.glideapps.com/t/show-text-from-user-profile/14175/4 "2023-06-01T09:54:58Z")

</div>

Does your Users table have Row Owners applied to any columns? (by default row owners are always applied to the Email column).

---

<div class="post-metadata">

### Author: ![Amig22](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/amig22/32/57663_2.png) [@Amig22](https://community.glideapps.com/u/Amig22)
#### Post date: [June 1, 2023, 10:17am UTC](https://community.glideapps.com/t/show-text-from-user-profile/14175/5 "2023-06-01T10:17:57Z")

</div>

Only email column

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [June 1, 2023, 10:23am UTC](https://community.glideapps.com/t/show-text-from-user-profile/14175/6 "2023-06-01T10:23:44Z")

</div>

Okay, so that’s probably why it’s not working for you. You can test that by removing Row Owners. If that resolves it, then what you do next depends on whether or not you actually need Row Owners.

---

<div class="post-metadata">

### Author: ![Amig22](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/amig22/32/57663_2.png) [@Amig22](https://community.glideapps.com/u/Amig22)
#### Post date: [June 1, 2023, 10:39am UTC](https://community.glideapps.com/t/show-text-from-user-profile/14175/7 "2023-06-01T10:39:56Z")

</div>

I removed “row owner” from Email because my app has only one user and public not registered users can see his infos. So I think it’s solved!  
Thank you very much Darren!

---

<div class="post-metadata">

### Author: ![Amig22](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/amig22/32/57663_2.png) [@Amig22](https://community.glideapps.com/u/Amig22)
#### Post date: [June 1, 2023, 12:57pm UTC](https://community.glideapps.com/t/show-text-from-user-profile/14175/8 "2023-06-01T12:57:12Z")

</div>

I am able to use lookup column from other tables but i can’t directly show field of the “admin” user on other user screen. It works only lookuping them.

---

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [June 1, 2023, 1:05pm UTC](https://community.glideapps.com/t/show-text-from-user-profile/14175/9 "2023-06-01T13:05:31Z")

</div>

If your lookup is returning an array then that would explain what you’re seeing (or not seeing 😉) it either needs to be a lookup via a SINGLE relation or a single value column to work in an on screen component like that.
