# Get Link between one public app and one private

**URL:** https://community.glideapps.com/t/get-link-between-one-public-app-and-one-private/71295
**Category:** Ask for Help
**Created:** [February 29, 2024, 10:24pm UTC](https://community.glideapps.com/t/get-link-between-one-public-app-and-one-private/71295 "2024-02-29T22:24:59Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![JL\_AV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jl_av/32/64638_2.png) [@JL\_AV](https://community.glideapps.com/u/JL_AV)
#### Post date: [February 29, 2024, 10:24pm UTC](https://community.glideapps.com/t/get-link-between-one-public-app-and-one-private/71295/1 "2024-02-29T22:24:59Z")

</div>

Hello dear Gliders

My app has a private version and a public version.  
Both apps are fed from the same synchronized tables.

One app is for the user to create, edit and develop a report and the other to create a public link to present the report.

This report from the public app is a new detailed screen of the item.

How can I get this link from the private app? so that the user doesn’t have to go to the other app and search from a list.

---

<div class="post-metadata">

### Author: ![slscustom.ru](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/slscustom.ru/32/77336_2.png) [@slscustom.ru](https://community.glideapps.com/u/slscustom.ru)
#### Post date: [February 29, 2024, 10:58pm UTC](https://community.glideapps.com/t/get-link-between-one-public-app-and-one-private/71295/2 "2024-02-29T22:58:17Z")

</div>

Hi!  
It is very simple, just reconstruct app url  
Commonly it looks like  
[https://yoursite.glide.page/dl/slug/s/058ea3/r/cUOEabcRRimhJNGnD0Hh-A](https://yoursite.glide.page/dl/slug/s/058ea3/r/cUOEabcRRimhJNGnD0Hh-A)  
dl - is every time stable  
slug - is the name you can configure in page options  
s - every time s may be mean screen  
058ea3 - you can grab it from your editor it is screen id  
r is stable r, may be mean row  
cUOEabcRRimhJNGnD0Hh-A this is the row id of the accessed row for example detail screen from list collection.  
In this forum has some excellent video from [Profile - Robert\_Petitto - Glide Community](https://community.glideapps.com/u/Robert_Petitto)

---

<div class="post-metadata">

### Author: ![JL\_AV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jl_av/32/64638_2.png) [@JL\_AV](https://community.glideapps.com/u/JL_AV)
#### Post date: [February 29, 2024, 11:17pm UTC](https://community.glideapps.com/t/get-link-between-one-public-app-and-one-private/71295/3 "2024-02-29T23:17:14Z")

</div>

Yes !!, I’m getting it… but to understand it better please help me more if you can:

This is the public link:

`https://copy-of-t-a-s-a-c-a–70db.glide.page/dl/d0a5f4/s/fb5ed0/r/ZcLvsrgcSi-eGXL6WsbBXw`

This is the private link of the same item

`https://r-a-n-k-d953.glide.page/dl/d0a5f4/s/fb5ed0/r/ZcLvsrgcSi-eGXL6WsbBXw/s/e92052/r/ZcLvsrgcSi-eGXL6WsbBXw`

and this is the row id,

**ZcLvsrgcSi-eGXL6WsbBXw**

how do I build the correct url using this data as an example.

I really appreciate yout time on this

---

<div class="post-metadata">

### Author: ![slscustom.ru](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/slscustom.ru/32/77336_2.png) [@slscustom.ru](https://community.glideapps.com/u/slscustom.ru)
#### Post date: [February 29, 2024, 11:20pm UTC](https://community.glideapps.com/t/get-link-between-one-public-app-and-one-private/71295/4 "2024-02-29T23:20:44Z")

</div>

Just to change last one row id to needed

---

<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: [February 29, 2024, 11:41pm UTC](https://community.glideapps.com/t/get-link-between-one-public-app-and-one-private/71295/5 "2024-02-29T23:41:03Z")

</div>

Have you got this working from @slscustom.ru 's suggestion? I assume we need a template column here?

---

<div class="post-metadata">

### Author: ![JL\_AV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jl_av/32/64638_2.png) [@JL\_AV](https://community.glideapps.com/u/JL_AV)
#### Post date: [March 1, 2024, 11:42am UTC](https://community.glideapps.com/t/get-link-between-one-public-app-and-one-private/71295/6 "2024-03-01T11:42:03Z")

</div>

work perfect @ThinhDinh thanks for check, it was very easy, thanks @slscustom.ru

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [March 8, 2024, 11:42am UTC](https://community.glideapps.com/t/get-link-between-one-public-app-and-one-private/71295/7 "2024-03-08T11:42:16Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
