# Link to current screen feature

**URL:** https://community.glideapps.com/t/link-to-current-screen-feature/49936
**Category:** Ask for Help
**Created:** [September 22, 2022, 8:40pm UTC](https://community.glideapps.com/t/link-to-current-screen-feature/49936 "2022-09-22T20:40:49Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![Joe\_Gabriele](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joe_gabriele/32/57595_2.png) [@Joe\_Gabriele](https://community.glideapps.com/u/Joe_Gabriele)
#### Post date: [September 28, 2022, 5:35pm UTC](https://community.glideapps.com/t/link-to-current-screen-feature/49936/9 "2022-09-28T17:35:30Z")

</div>

This is also correct. If you clicked a button to create and save the deeplink when using the builder, you’ll get the wrong deeplink. You’ll need to click the button on the live app.

One tip for not needing an action to create a deep link is to go to the live website and copy the entire url. Then use a template column.

> [@Save Deep link in database](https://community.glideapps.com/t/save-deep-link-in-database/47821):
>
> Hi Gliders, It is now possible to know the deeplink of each page and save it in database. Here are the steps to follow: Go to the builder Add a clickboard button with the “link to the current screen”. Publish your app, to get the right URL Open your application on the web and click on the button you created. You will get a URL like this: https://testaymeric.glideapp.io/dl/6471c6/s/747b79/r/QVZsfqE0SAWAwLTaZA.GiA. You can use the first part of the URL as a column template: https://testaymer…

Example of a deep link in my app.

“[https://thisdish.co/dl/a55b37/s/3ddb6b/r/51UqeVq2RbCURmqA7glnng](https://thisdish.co/dl/a55b37/s/3ddb6b/r/51UqeVq2RbCURmqA7glnng)”

So using the above link, the last part “ 51UqeVq2RbCURmqA7glnng” is the row ID of that particular item.

So using a template column, I would do:

“[https://thisdish.co/dl/a55b37/s/3ddb6b/r/ROWID](https://thisdish.co/dl/a55b37/s/3ddb6b/r/ROWID)”

and dynamically replace ROWID with the Row ID column.

Then you can just share the temp column as your deep link.

---

_[View the full topic](https://community.glideapps.com/t/link-to-current-screen-feature/49936)._
