# How to show fields with different data source on user profile

**URL:** https://community.glideapps.com/t/how-to-show-fields-with-different-data-source-on-user-profile/64840
**Category:** Ask for Help
**Created:** [August 9, 2023, 4:18am UTC](https://community.glideapps.com/t/how-to-show-fields-with-different-data-source-on-user-profile/64840 "2023-08-09T04:18:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![csokolove](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@csokolove](https://community.glideapps.com/u/csokolove)
#### Post date: [August 9, 2023, 4:18am UTC](https://community.glideapps.com/t/how-to-show-fields-with-different-data-source-on-user-profile/64840/1 "2023-08-09T04:18:42Z")

</div>

My user profile page currently looks like this (tells name, and has a collection for the data I want)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/5/153a26ef134a3334f28dd8ef8957f069a56f64c2.png)

However, what I want to be showing in the profile is the data displayed when you click on one of the collection items. The items are names of members. Is there a way to associate the member with the profile and be able to do this?

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/d/ad8bb9161ccc374cf6ee9a68edd80e9a10bab44c.png)

I photoshopped a bit to show what I want, but not sure how to achieve this (this is what I want to show up when someone views their profile):  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/3/534ff22d94c4f90d9584268d0e2533e4f08aac2f.png)

---

<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: [August 9, 2023, 1:36pm UTC](https://community.glideapps.com/t/how-to-show-fields-with-different-data-source-on-user-profile/64840/2 "2023-08-09T13:36:06Z")

</div>

Maybe with the fields component. Where else does the data come from other than the user profile?

---

<div class="post-metadata">

### Author: ![csokolove](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@csokolove](https://community.glideapps.com/u/csokolove)
#### Post date: [August 9, 2023, 3:59pm UTC](https://community.glideapps.com/t/how-to-show-fields-with-different-data-source-on-user-profile/64840/3 "2023-08-09T15:59:38Z")

</div>

Yeah so that’s the problem. Its two separate data sources - the user profile pulls from the Users table, but the statuses come from a Google Sheet.

---

<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: [August 9, 2023, 4:13pm UTC](https://community.glideapps.com/t/how-to-show-fields-with-different-data-source-on-user-profile/64840/4 "2023-08-09T16:13:24Z")

</div>

Your question isn’t completely clear, but if I’m understanding correctly, I think all you need is a single relation column in your Users table that matches the name (or ID, or whatever) with the same value in your second table. Then add a series of lookup columns to fetch the values that you need through that relation. And finally, use those lookup columns in your fields component.

The other thing you could do - which would be much simpler - is change your existing collection to a custom collection, filter it by user, then add your fields component directly.

If either of above isn’t the solution, then a redacted screen shot of the two tables (from the Glide Data Editor) would be helpful.

---

<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: [August 16, 2023, 4:14pm UTC](https://community.glideapps.com/t/how-to-show-fields-with-different-data-source-on-user-profile/64840/5 "2023-08-16T16:14:07Z")

</div>

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