# 3 apps, 1 Spreadsheet

**URL:** https://community.glideapps.com/t/3-apps-1-spreadsheet/11836
**Category:** Ask for Help
**Created:** [July 2, 2020, 3:44am UTC](https://community.glideapps.com/t/3-apps-1-spreadsheet/11836 "2020-07-02T03:44:33Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![XL-STEAMS](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/xl-steams/32/8784_2.png) [@XL-STEAMS](https://community.glideapps.com/u/XL-STEAMS)
#### Post date: [July 2, 2020, 3:44am UTC](https://community.glideapps.com/t/3-apps-1-spreadsheet/11836/1 "2020-07-02T03:44:33Z")

</div>

I want free users, basic, and premium users to have certain features of the same app. I know we can duplicate an app and have it use the same spreadsheet, but what if we have 3 versions of the same app all linked to 1 spreadsheet. Is that possible? I don’t want to mess up what I already have…

---

<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: [July 2, 2020, 3:58am UTC](https://community.glideapps.com/t/3-apps-1-spreadsheet/11836/2 "2020-07-02T03:58:34Z")

</div>

Yes, you can have several apps pointing to the same spreadsheet, but keep in mind that you will never be able to duplicate the apps and point all of them to a new sheet that’s shared among all the apps. You could duplicate one with a new duplicated sheet, but you would have to recreate the others to get them to point to the same sheet. However, you can duplicate apps and keep the same original sheet.

I think it would be better in the long term to design your app using user profiles and user types to control visibility of tabs and components and control any filtering. It would be much easier to maintain.

---

<div class="post-metadata">

### Author: ![XL-STEAMS](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/xl-steams/32/8784_2.png) [@XL-STEAMS](https://community.glideapps.com/u/XL-STEAMS)
#### Post date: [July 2, 2020, 6:33am UTC](https://community.glideapps.com/t/3-apps-1-spreadsheet/11836/3 "2020-07-02T06:33:48Z")

</div>

Ok. Got it. As for your last advice, I would do that but the feature that I want to manage is the add/edit button for certain taps. I thought that adding/editing entire tabs per user is not possible (only specific components). Is there a profile/user visibility setting that I could put into place for that?

---

<div class="post-metadata">

### Author: ![Manan\_Mehta](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manan_mehta/32/13957_2.png) [@Manan\_Mehta](https://community.glideapps.com/u/Manan_Mehta)
#### Post date: [July 2, 2020, 6:40am UTC](https://community.glideapps.com/t/3-apps-1-spreadsheet/11836/4 "2020-07-02T06:40:58Z")

</div>

Glide has a new feature for that:

> [@Tab Visibility eyes](https://community.glideapps.com/t/tab-visibility/11099):
>
> The Glide team have lost a tab in one of our apps… can you help us find it?

This should solve your problem.

---

<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: [July 2, 2020, 11:39am UTC](https://community.glideapps.com/t/3-apps-1-spreadsheet/11836/5 "2020-07-02T11:39:48Z")

</div>

You can use a form button instead of the add button. Set visibility of the form button based on user role.

The edit button can be controlled by user roles.

---

<div class="post-metadata">

### Author: ![XL-STEAMS](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/xl-steams/32/8784_2.png) [@XL-STEAMS](https://community.glideapps.com/u/XL-STEAMS)
#### Post date: [July 3, 2020, 3:29am UTC](https://community.glideapps.com/t/3-apps-1-spreadsheet/11836/6 "2020-07-03T03:29:34Z")

</div>

Is this “form button” only available in the details layout? Currently, I have 2 of my 3 tabs in card format.

---

<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: [July 3, 2020, 3:43am UTC](https://community.glideapps.com/t/3-apps-1-spreadsheet/11836/7 "2020-07-03T03:43:40Z")

</div>

Yes, it’s only available in details. If you want you can switch your card layout screens to details layout, then remove all components and add a form button and an inline list that uses the same sheet you were using for your tab. You can display that inline list in the same card format you were before.
