# Can I create app linked to multiple spreadsheets?

**URL:** https://community.glideapps.com/t/can-i-create-app-linked-to-multiple-spreadsheets/11354
**Category:** Feature Requests
**Created:** [June 24, 2020, 5:56am UTC](https://community.glideapps.com/t/can-i-create-app-linked-to-multiple-spreadsheets/11354 "2020-06-24T05:56:38Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Jamalla](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jamalla/32/9626_2.png) [@Jamalla](https://community.glideapps.com/u/Jamalla)
#### Post date: [June 24, 2020, 5:56am UTC](https://community.glideapps.com/t/can-i-create-app-linked-to-multiple-spreadsheets/11354/1 "2020-06-24T05:56:38Z")

</div>

Hi,

Can I create app linked to multiple spreadsheets?

---

<div class="post-metadata">

### Author: ![yinon\_raviv](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/yinon_raviv/32/1627_2.png) [@yinon\_raviv](https://community.glideapps.com/u/yinon_raviv)
#### Post date: [June 24, 2020, 6:01am UTC](https://community.glideapps.com/t/can-i-create-app-linked-to-multiple-spreadsheets/11354/2 "2020-06-24T06:01:11Z")

</div>

No. You can use importrange to pull data to your sheet

---

<div class="post-metadata">

### Author: ![Jamalla](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jamalla/32/9626_2.png) [@Jamalla](https://community.glideapps.com/u/Jamalla)
#### Post date: [June 24, 2020, 4:14pm UTC](https://community.glideapps.com/t/can-i-create-app-linked-to-multiple-spreadsheets/11354/3 "2020-06-24T16:14:12Z")

</div>

> [@yinon\_raviv](#):
>
> importrange

Many thanks …  
You mean like _IMPORTRANGE_ (spreadsheet\_url, range\_string)

---

<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: [June 24, 2020, 4:20pm UTC](https://community.glideapps.com/t/can-i-create-app-linked-to-multiple-spreadsheets/11354/4 "2020-06-24T16:20:15Z")

</div>

Yes that’s the way to go, but beware of the time it takes to update via IMPORTRANGE though. It might not be instantly, as I have read around here.

---

<div class="post-metadata">

### Author: ![yinon\_raviv](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/yinon_raviv/32/1627_2.png) [@yinon\_raviv](https://community.glideapps.com/u/yinon_raviv)
#### Post date: [June 24, 2020, 4:41pm UTC](https://community.glideapps.com/t/can-i-create-app-linked-to-multiple-spreadsheets/11354/5 "2020-06-24T16:41:31Z")

</div>

Yes, and @ThinhDinh is correct regarding the update as glide don’t pull data from the sheet as is but rather only upon a change unless you have pro app

---

<div class="post-metadata">

### Author: ![Jamalla](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jamalla/32/9626_2.png) [@Jamalla](https://community.glideapps.com/u/Jamalla)
#### Post date: [June 25, 2020, 12:22pm UTC](https://community.glideapps.com/t/can-i-create-app-linked-to-multiple-spreadsheets/11354/6 "2020-06-25T12:22:59Z")

</div>

Many thanks … that was helpful 🙂
