Iām not quite sure. Last time I check anything regarding deep link the āSet columnā action that would have helped us to automate the flow is still not writing the right link.
Is this approach working for you? If so, Iād like to understand more about how to do this. I donāt have experience with scripts
@ThinhDinh Did you get this to work?
Nope, unfortunately.
If youre trying to automate, you should be able to do this with a multi-step action.
When testing though, you have to do it in the app itself, not the Glide editor. I got it to work in an MVP project.
Users can generate their profile URL thatās just a short link of their username, the destination link is the deep link.
@Lisa Thanks Hereās what I need to do. I currently have emails being sent by Zapier when a new row is added. I would like to include a deep link in the email back to the details screen of the just created item. Any thoughts on how I can do this?
I know you can do this if youāre creating the new row from a form. You can create a custom action based on the values set in the newly created row. Iāve created something similar when users create an appointment - a text message is sent along with a deep link to the appointment created.
Create an action to trigger after the form is submitted
Youāll want to create one action to capture the deep link
Then, you should create a webhook to send the information you want into Zapier (or any other connector - I personally use Integrately)
To test this, make sure you do it on a mobile device so that the deep link captured is the page itself. If you do it within Glide, you wonāt get the deep link, but a link to the GDE.
Thank you for that detailed description. Iāll give it a try tomorrow
Looking forward to hearing how it goes!
@Mark @George_B why when I try to copy to clipboard a screenās link, it brings me the ānormalā link appname.glideapp.io
and not appname.glideapp.io/dl/.....
?
Edit: the tab/table has Row ID
@Lucas_Pires, it should give you that deep-link if you have row owners on the table linked to the detail you are in. Please submit a ticket with a screen recording that shows us how to navigate to the area of your app where you have the action and who the āpreveiw asā should be. Submit a request ā Glide
Do I get it only if I have row onwers in my table?
Sorry, too many emails today. I meant Row IDās.
Np, @George-Glide. I said here up it has
Are you copying the link from the live app itself or through the Glide editor? Youāll only get the right deep link through the live app.
I also tried on browser and in the app installed in my phone
After a few hours testing with public screens, logged-in screens, I understood how it works properly
I had an idea to got profile after user sign in, but show it publicā¦ yeah! lol I tried some workarounds but it worked.
Hi Lisa,
Thanks for your clear explanation. Iāve a related question to the use of deep links. Iām trying to make a one-click url that references a comment (text element submitted via a form in a glide table). The intent is the url is texted to a recipient and the recipient can click that one url and come straight to the comment thread on the app.
I can save the deep link on form entry and send it via a webhook (I use integromatā>clicksend. However, when users try to click the (very long) resulting url, they are always brought to the log-in page on the app, rather than the comment thread. Iāve made sure to test this from a phone, rather than Glide builder.
Any insights? Would sure like to make this workā¦
Have those users logged in your app before? I believe that is the intended flow if you have an app that forces users to log in.
Thanks, yes, thatās part of the problem: users have the app installed, and theyāve already logged into it. When they click the deep link (from a text), instead of being directed to the intended item in the app, they are directed to the login page for the app.
Again, Iām doing this from a Glide table (no row ID), rather than a Google sheet, when using the Glide phone app (not the glide builder). Itās a Glide private app, where access is controlled by list of email addresses in the user sheet; all intended users of this feature will have already installed and authenticated to the Glide app by the time they try to use the deep link. And Iām using bitly to shorten the url.
All constructive comments welcome!
Thanksā¦