# Save Format

**URL:** https://community.glideapps.com/t/save-format/3800
**Category:** Feature Requests
**Created:** [January 20, 2020, 4:51pm UTC](https://community.glideapps.com/t/save-format/3800 "2020-01-20T16:51:52Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Mr\_Watkin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mr_watkin/32/349_2.png) [@Mr\_Watkin](https://community.glideapps.com/u/Mr_Watkin)
#### Post date: [January 20, 2020, 4:51pm UTC](https://community.glideapps.com/t/save-format/3800/1 "2020-01-20T16:51:52Z")

</div>

My app is for my class. Each unit is a new level/theme. I’d really like to see the ability to save a format, so I can (admin) switch between levels without having to build the entire app over again for next year. I’ve been making new apps for each level for the past few units but it’s hard to get the kids to install the new one every time.

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [January 20, 2020, 6:39pm UTC](https://community.glideapps.com/t/save-format/3800/2 "2020-01-20T18:39:47Z")

</div>

You shouldn’t have to manually change layouts in Glide for different levels. Can you structure your data differently, or use the component visibility feature, to create layouts that change based on the level?

---

<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 21, 2020, 12:28am UTC](https://community.glideapps.com/t/save-format/3800/3 "2020-01-21T00:28:29Z")

</div>

I’d maybe consider building a tab for each level, then just moving tabs from hidden to visible as necessary.

---

<div class="post-metadata">

### Author: ![Mr\_Watkin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mr_watkin/32/349_2.png) [@Mr\_Watkin](https://community.glideapps.com/u/Mr_Watkin)
#### Post date: [January 22, 2020, 12:01am UTC](https://community.glideapps.com/t/save-format/3800/4 "2020-01-22T00:01:06Z")

</div>

Row limits are an issue when I do that. I like to structure the app differently depending on the level. We’ll see what happens 🤷🏼‍♂️

---

<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 22, 2020, 3:03am UTC](https://community.glideapps.com/t/save-format/3800/5 "2020-01-22T03:03:54Z")

</div>

Maybe a combination of hidden tabs and offloading the sheet data to a different sheet until you need it again? That way it would count against your row count.
