# Modify the same details screen

**URL:** https://community.glideapps.com/t/modify-the-same-details-screen/4167
**Category:** Ask for Help
**Created:** [January 31, 2020, 9:34pm UTC](https://community.glideapps.com/t/modify-the-same-details-screen/4167 "2020-01-31T21:34:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Rogelio](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rogelio/32/1054_2.png) [@Rogelio](https://community.glideapps.com/u/Rogelio)
#### Post date: [January 31, 2020, 9:34pm UTC](https://community.glideapps.com/t/modify-the-same-details-screen/4167/1 "2020-01-31T21:34:12Z")

</div>

I have a list of Workouts with a Buy button in one screen.

I have another screen of Purchased Workouts using the same Workouts listing but only those purchased by the logged-in user (achieved via relationships)

I want to hide the Buy button when the user navigates to the Workout details page via the Purchased screen, But since it’s essentially the same list, removing the button also removes it from the other list of Workouts available for purchase.

I wish to achieve this without having have to copy tabs using formulas as I find it far too laggy?

---

<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: [January 31, 2020, 9:53pm UTC](https://community.glideapps.com/t/modify-the-same-details-screen/4167/2 "2020-01-31T21:53:43Z")

</div>

Can you add a relation column and a lookup column to get a list of emails that have purchased the workout? You can then set Visibility on the buy button when the email column is not signed in user.

---

<div class="post-metadata">

### Author: ![Rogelio](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rogelio/32/1054_2.png) [@Rogelio](https://community.glideapps.com/u/Rogelio)
#### Post date: [February 3, 2020, 12:08am UTC](https://community.glideapps.com/t/modify-the-same-details-screen/4167/3 "2020-02-03T00:08:27Z")

</div>

took me a few tries to get my head around, but finally worked - thanks for your suggestion that did the trick! 🙂
