# Calling a GlideApp from within a GlideApp

**URL:** https://community.glideapps.com/t/calling-a-glideapp-from-within-a-glideapp/82602
**Category:** Ask for Help
**Created:** [June 19, 2025, 12:11am UTC](https://community.glideapps.com/t/calling-a-glideapp-from-within-a-glideapp/82602 "2025-06-19T00:11:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![MattLB](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mattlb/32/41284_2.png) [@MattLB](https://community.glideapps.com/u/MattLB)
#### Post date: [June 19, 2025, 12:11am UTC](https://community.glideapps.com/t/calling-a-glideapp-from-within-a-glideapp/82602/1 "2025-06-19T00:11:00Z")

</div>

Saw a 2019 answer but it seemed to target webpages so here is a new request.

I have a list of companies with 5,000 to 50,000 accounts records/rows each. I can not use Big Tables due to current Big Table limitations.

If I have a separate GlideApp for each company, can I seamlessly call each App from a ‘Master’ app (opens in a URL or as a GlideApp on mobile) ? For example, I have Apple and Xenith and when I click on Apple is calls the Apple App and when I click on Xenith it calls the Xenith App. If I click on Apple from the Master app it should bring up the active Apple App instead of a new instantiation of the Apple App.

Hope this makes sense.

Matt

---

<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 19, 2025, 1:34am UTC](https://community.glideapps.com/t/calling-a-glideapp-from-within-a-glideapp/82602/2 "2025-06-19T01:34:24Z")

</div>

Might only work on iOS 26, please check this.

> [@iOS 26 beta: Opening an installed web-app with an "Open URL" action](https://community.glideapps.com/t/ios-26-beta-opening-an-installed-web-app-with-an-open-url-action/82464):
>
> Saw this as I’m researching for ways to work with Shortcuts in iOS 26 Beta. I have web apps installed the same way as Glide Apps, “add to home screen” method. Apparently if you use a template method of "webapp://[your app's URL, same as what you added to home screen as bookmark", then it will open said installed web app on iOS. Please share your use cases here.
