# Updating info one Glide Table from two Tabs?

**URL:** https://community.glideapps.com/t/updating-info-one-glide-table-from-two-tabs/18359
**Category:** Ask for Help
**Created:** [November 13, 2020, 4:35pm UTC](https://community.glideapps.com/t/updating-info-one-glide-table-from-two-tabs/18359 "2020-11-13T16:35:55Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Glen\_Sinclair](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/glen_sinclair/32/10594_2.png) [@Glen\_Sinclair](https://community.glideapps.com/u/Glen_Sinclair)
#### Post date: [November 13, 2020, 4:35pm UTC](https://community.glideapps.com/t/updating-info-one-glide-table-from-two-tabs/18359/1 "2020-11-13T16:35:55Z")

</div>

Hi All!  
I wonder if anyone has solved the “screen variant” issue as yet (there seems to be a few requests in the past)? i.e. Two tabs referencing 1 Glide Table and updating different columns in each Tab (for the same Row of data).

Scenario:

1. I have a Glide Table with 2 Columns (both Number) and 1 row
2. I have two Tabs that reference the same Glide Table  
On Tab 1 - I **want** to view / update Column 1 via Number Entry Component 1 (and not see Number Entry Component 2)  
On Tab 2 - I **want** to view / update Column 2 via Number Entry Component 2 (and not see Number Entry Component 1)

My logic says that I need a visibility filter to tie against the Tab e.g. Show Number Entry Component 1 when Tab = Tab 1.

I might be over complicating this and the solution is staring me in the face, but any suggestions on how I could do this would be very gratefully received. Many 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: [November 13, 2020, 4:43pm UTC](https://community.glideapps.com/t/updating-info-one-glide-table-from-two-tabs/18359/2 "2020-11-13T16:43:13Z")

</div>

With the new compound action I think you can do it.

I’m not sure if two tabs can have two actions tied to the same list of items, if you can’t do that just make 2 inline lists, but here we go.

Create a user-specific column in your user profiles sheet called “Viewing Tab”.

In Tab 1, the action tied with your list should go like this:

- Set column: Viewing tab to “Tab 1” (Make a further template column that stores the “Tab 1” text, we can’t insert custom values yet)

- View details

Similarly in Tab 2, set column Viewing tab to “Tab 2” (another template column) and view details.

Show the number entry component 1 when signed-in user’s Viewing tab is Tab 1 and vice versa.

---

<div class="post-metadata">

### Author: ![Glen\_Sinclair](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/glen_sinclair/32/10594_2.png) [@Glen\_Sinclair](https://community.glideapps.com/u/Glen_Sinclair)
#### Post date: [November 14, 2020, 1:07pm UTC](https://community.glideapps.com/t/updating-info-one-glide-table-from-two-tabs/18359/3 "2020-11-14T13:07:35Z")

</div>

Hi @ThinhDinh,  
Firstly, thank you for the super quick response!  
Secondly, you are a Legend!!! I’ve been sweating over this one for a while and was about to remove the idea altogether - but this is working like a charm and opens so many doors to a better user experience!

Thank you for your help!!

---

<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: [November 14, 2020, 2:09pm UTC](https://community.glideapps.com/t/updating-info-one-glide-table-from-two-tabs/18359/4 "2020-11-14T14:09:48Z")

</div>

> [@Glen\_Sinclair](#):
>
> this is working like a charm and opens so many doors to a better user experience

This made my day. I love the set columns action. Glad it helped your case!
