# How to access signed-in user in Data view in the builder?

**URL:** https://community.glideapps.com/t/how-to-access-signed-in-user-in-data-view-in-the-builder/7138
**Category:** Ask for Help
**Created:** [April 16, 2020, 5:09am UTC](https://community.glideapps.com/t/how-to-access-signed-in-user-in-data-view-in-the-builder/7138 "2020-04-16T05:09:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sardamit](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sardamit/32/263_2.png) [@sardamit](https://community.glideapps.com/u/sardamit)
#### Post date: [April 16, 2020, 5:09am UTC](https://community.glideapps.com/t/how-to-access-signed-in-user-in-data-view-in-the-builder/7138/1 "2020-04-16T05:09:53Z")

</div>

Was working on a Proof of Concept to roll out user-specific discount codes, and therefore, final prices at check out.

Is there a way to create a column in the Data view that simply outputs the logged-in user’s email address, and also be user-specific?

I was wondering if it could be done via ‘Single Value’, for a signed-in user, and be user-specific.

---

<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: [April 18, 2020, 7:38pm UTC](https://community.glideapps.com/t/how-to-access-signed-in-user-in-data-view-in-the-builder/7138/2 "2020-04-18T19:38:54Z")

</div>

Would probably need more information on what you are trying to do, but you could have a sheet that contains and email address. Then use a relation and lookup of some sort to get a list of matching emails in that other sheet. You can then filter out discounted items if email in lookup is signed in user. Again, would probably need more information.
