# Show Multiple Profiles under One Email Address

**URL:** https://community.glideapps.com/t/show-multiple-profiles-under-one-email-address/13783
**Category:** Ask for Help
**Created:** [August 9, 2020, 3:04pm UTC](https://community.glideapps.com/t/show-multiple-profiles-under-one-email-address/13783 "2020-08-09T15:04:04Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 9, 2020, 3:04pm UTC](https://community.glideapps.com/t/show-multiple-profiles-under-one-email-address/13783/1 "2020-08-09T15:04:04Z")

</div>

Hi!

I have a few email addresses in my data that have multiple profiles, or rows.

I can see them all listed when in list style. Is there a way to have them all show up in details view with a little arrow on the bottom to see the next? Or some iteration that will allow users to see all their profiles in details view.

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 9, 2020, 4:23pm UTC](https://community.glideapps.com/t/show-multiple-profiles-under-one-email-address/13783/2 "2020-08-09T16:23:06Z")

</div>

You can use a relation, matching the user email to itself and return multiple matches, then use an inline list to display that relation.

But why should an email have multiple rows?

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 9, 2020, 4:35pm UTC](https://community.glideapps.com/t/show-multiple-profiles-under-one-email-address/13783/3 "2020-08-09T16:35:30Z")

</div>

Ahh! A relations column in the sheet?

It happens when one person with the same email submits multiple businesses.

---

<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 9, 2020, 4:38pm UTC](https://community.glideapps.com/t/show-multiple-profiles-under-one-email-address/13783/4 "2020-08-09T16:38:47Z")

</div>

No, a relation column in the Editor.

[https://docs.glideapps.com/all/guides/quick-starts/intermediate-techniques/introduction-to-references](https://docs.glideapps.com/all/guides/quick-starts/intermediate-techniques/introduction-to-references)

Just make sure that settings won’t mess up with your user profiles setup, if you have one (as in it should be stored in a “Businesses” sheet).

---

<div class="post-metadata">

### Author: ![Les\_Henderson](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/les_henderson/32/1142_2.png) [@Les\_Henderson](https://community.glideapps.com/u/Les_Henderson)
#### Post date: [August 9, 2020, 5:24pm UTC](https://community.glideapps.com/t/show-multiple-profiles-under-one-email-address/13783/5 "2020-08-09T17:24:41Z")

</div>

@Mark I noticed a typo on the url. It refers to “references” but leads to the more correct “relations”.

Be sure to set up a 301 redirect when you change it to /introduction-to-relations

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 9, 2020, 7:59pm UTC](https://community.glideapps.com/t/show-multiple-profiles-under-one-email-address/13783/6 "2020-08-09T19:59:34Z")

</div>

Worked perfectly! Thank you

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 9, 2020, 8:00pm UTC](https://community.glideapps.com/t/show-multiple-profiles-under-one-email-address/13783/7 "2020-08-09T20:00:20Z")

</div>

btw what did you mean by setting won’t mess up user profiles setup?

---

<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 9, 2020, 10:37pm UTC](https://community.glideapps.com/t/show-multiple-profiles-under-one-email-address/13783/8 "2020-08-09T22:37:38Z")

</div>

At the start I was concerned you may have multiple rows with the same email in a sheet that you use for your user profiles, which might prove to be problematic because each email should only show once there but it seems not the case.
