# Save deep links to database

**URL:** https://community.glideapps.com/t/save-deep-links-to-database/36056
**Category:** Ask for Help
**Created:** [December 17, 2021, 2:55pm UTC](https://community.glideapps.com/t/save-deep-links-to-database/36056 "2021-12-17T14:55:20Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Aymeric\_de\_Maussion](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aymeric_de_maussion/32/29505_2.png) [@Aymeric\_de\_Maussion](https://community.glideapps.com/u/Aymeric_de_Maussion)
#### Post date: [December 17, 2021, 2:55pm UTC](https://community.glideapps.com/t/save-deep-links-to-database/36056/1 "2021-12-17T14:55:20Z")

</div>

Is there a way to get all (in one time) deep links to the database ?

I need to generate all these links in QR code.

I have +1000 items and I can’t imagine create a custom action and after click on each item to get the URL in database.

Thank you for your help

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [December 17, 2021, 3:06pm UTC](https://community.glideapps.com/t/save-deep-links-to-database/36056/2 "2021-12-17T15:06:43Z")

</div>

I think you could adapt the method that @Darren_Alderman used below…

> [@\[SOLVED white\_check\_mark\] I want to create a Webhook that adds a row to a Glide Table (for fun grin)](https://community.glideapps.com/t/solved-i-want-to-create-a-webhook-that-adds-a-row-to-a-glide-table-for-fun/32477):
>
> Currently we cannot add data to Glide tables outside. This is fine of course for now. I know it is in the backlog. But I got curious on a walk the other day. Could we not call a webhook to some RPA tool that opens a headless browser that goes to a simple Glide app form and fills out the ‘Add’ form in Glide which creates a new row in the Glide table? This is hacky of course, I just want to figure it out. I don’t intend on using it on a project. @Krivo shared a way of doing something similar ma…

---

<div class="post-metadata">

### Author: ![Aymeric\_de\_Maussion](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aymeric_de_maussion/32/29505_2.png) [@Aymeric\_de\_Maussion](https://community.glideapps.com/u/Aymeric_de_Maussion)
#### Post date: [December 17, 2021, 3:29pm UTC](https://community.glideapps.com/t/save-deep-links-to-database/36056/3 "2021-12-17T15:29:07Z")

</div>

Thanks Darren, I was thinking to this solution but I hoped find more conventional solution 🙂

---

<div class="post-metadata">

### Author: ![Yasin\_Hassanien](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/yasin_hassanien/32/9042_2.png) [@Yasin\_Hassanien](https://community.glideapps.com/u/Yasin_Hassanien)
#### Post date: [December 17, 2021, 4:59pm UTC](https://community.glideapps.com/t/save-deep-links-to-database/36056/4 "2021-12-17T16:59:50Z")

</div>

Only works on public apps unfortunately

---

<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: [December 18, 2021, 12:10am UTC](https://community.glideapps.com/t/save-deep-links-to-database/36056/5 "2021-12-18T00:10:19Z")

</div>

One option is to use Axiom to go into a screen, then push a button to set the current link to a column in your database, but then you have to go back to the previous screen for the next iteration as well.

I was thinking if you can construct a template URL and then encode it to match with Glide’s way to derive deep links.
