Get Glide App Submission Form Link

Hi all!

I’m pretty new to Glide so this might be easy to do but I am unsuccessful in attaining my objective.

So what I want to do is get the exact form submission link.

I’ve set-up a webhook where an email sends the notification to the manager and I want them to access the exact form submission from glide so they can review the details and change the statuses after actioning.

Is this possible? I tried to use the “Link to current screen” but the link only shows as the main link of the glide app.

Appreciate the help :slight_smile:

I’m not sure if it can work reliably, but you can try:

  • Using the On Submit action of the form to navigate to the details screen of the submitted form.

  • Set the link of the current screen to a column in your form submission table.

  • Send the webhook with that link.

I fear those could happen to quick and the link is not properly set.