# Displays info based on a selection

**URL:** https://community.glideapps.com/t/displays-info-based-on-a-selection/24464
**Category:** Ask for Help
**Created:** [March 18, 2021, 4:15pm UTC](https://community.glideapps.com/t/displays-info-based-on-a-selection/24464 "2021-03-18T16:15:24Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tj\_talusan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tj_talusan/32/23565_2.png) [@tj\_talusan](https://community.glideapps.com/u/tj_talusan)
#### Post date: [March 18, 2021, 4:15pm UTC](https://community.glideapps.com/t/displays-info-based-on-a-selection/24464/1 "2021-03-18T16:15:24Z")

</div>

Hi,

I am trying to figure out how to display the email based on the value that I will select from the Choice component.

Here’s the [recording](https://share.getcloudapp.com/L1uN0NqB)

Thank you!

---

<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: [March 18, 2021, 11:25pm UTC](https://community.glideapps.com/t/displays-info-based-on-a-selection/24464/2 "2021-03-18T23:25:52Z")

</div>

Looks like you’re doing it in an add environment, the info chosen in that screen is temporary, so you can’t do a relation & lookup right on that screen. You can only do so once the info has been written as a new row.

---

<div class="post-metadata">

### Author: ![tj\_talusan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tj_talusan/32/23565_2.png) [@tj\_talusan](https://community.glideapps.com/u/tj_talusan)
#### Post date: [March 19, 2021, 2:04am UTC](https://community.glideapps.com/t/displays-info-based-on-a-selection/24464/3 "2021-03-19T02:04:32Z")

</div>

Thank you.

What’s the best approach for this?

The contact table has the contact email I will when I save it to the Activity table.

---

<div class="post-metadata">

### Author: ![tj\_talusan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tj_talusan/32/23565_2.png) [@tj\_talusan](https://community.glideapps.com/u/tj_talusan)
#### Post date: [March 19, 2021, 2:26am UTC](https://community.glideapps.com/t/displays-info-based-on-a-selection/24464/4 "2021-03-19T02:26:13Z")

</div>

Oh, finally cracked it! I think I’m still figuring things out because I just started using this last week.

So when when I used the form, then loaded the list of contacts inside the Choice component. The value I selected is the field contact email but I displayed the full name field and the target column for this in my Activity table is contact email. Then it worked! I don’t need to display the email in the add/edit mode.

Thanks!
