Get Link between one public app and one private

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.

Hi!
It is very simple, just reconstruct app url
Commonly it looks like
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

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

Just to change last one row id to needed

1 Like

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

1 Like

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

2 Likes

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