Hey Roberto, would it be possible to edit the slugs all together in order to enhance the SEO aspect of the site?
You can with Short.io, but if you want to edit after the first creation, it will cost another update.
This was very useful, thanks.
How can we create a deeplink for TAB?
At the tab level you can use slugs.
Look under Options in the tab configuration and you should see the following:
Put whatever you want as the slug, and then you can reference that directly as part of the App URL. Just tag it on the end after the dl/
@Wayne_S I figured out a solution to this problem:
Hi @Robert_Petitto ,
I have a Campaign management system. Both use same DB but they have different apps called “Admin” for my internal team
“Aftool” for brands to view their content
Aftool uses custom domain
While Admin uses glide provided url
I have chat component in both the apps where brands can talk to my team. I am using what’s app notification to notify the users of Admin app or aftool when any messages are sent on chat
For ease of use what I am doing is sending the particular campaign page link in the chat I.e when Admin chats with aftool user I am currently sending the Admin campaign chat page link (as I can only do link to current page) and when user chats on aftool
And sends message it sends aftool campaign chat page link to admin user
My issue
Aftool user does not have link to Admin and Admin user does not have link to Aftool
How can I solve this issue so that message contains relevant app link so that clicking opens relevant app?
Is there a way I can do something with template column to construct url?
Regards,
Dilip
I sorted it finding the patten of the link to current page.
I just realised the ROW ID component is not of the Chat DB but its of current page Link.
thank you for the video @Robert_Petitto
Regards,
Dilip
Can this be done for a form screen?
You bet!
Hi Glide community ![]()
I’ve been researching how deep links work in Glide, and I noticed that older tutorials (for example from 2020–2022) show that you need to:
- create a “Row ID” column
- use Set column → Link to Current Screen
- optionally store the link or use a template column
- then reuse that stored link elsewhere
And some experts even mentioned that this used to be the only way to generate deep links.
However — in newer Glide apps, I’m noticing that:
- I don’t have to manually generate or store deep links at all
- Glide already produces stable /dl/… URLs automatically
- the deep link doesn’t change even across sessions
- the same deep link can show different user-filtered data depending on who is logged in
So my current understanding is:
My Working Theory
Deep links are now generated automatically at the row level, tied to the Row ID.
User personalization happens separately at render-time via security filters — so developers no longer need to manually generate them
My Question
Is this understanding correct for the current version of Glide?
And if so:
- when did Glide move from manual → automatic deep link generation?
- are there any cases today where manual “Link to current screen” generation is still required?
Just want to make sure I understood the guidance correctly
The deeplink to a screen is always there. You don’t need to do anything in the data editor for there to be deeplinks in the app. HOWEVER, the template column —> link to current screen value is there if you want to use the deeplink in the data editor for logistics purposes.
