# How to share a collection details

**URL:** https://community.glideapps.com/t/how-to-share-a-collection-details/86239
**Category:** Ask for Help
**Created:** [February 3, 2026, 12:49pm UTC](https://community.glideapps.com/t/how-to-share-a-collection-details/86239 "2026-02-03T12:49:51Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Teejay\_Oyeniran](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/teejay_oyeniran/32/61251_2.png) [@Teejay\_Oyeniran](https://community.glideapps.com/u/Teejay_Oyeniran)
#### Post date: [February 3, 2026, 12:49pm UTC](https://community.glideapps.com/t/how-to-share-a-collection-details/86239/1 "2026-02-03T12:49:51Z")

</div>

so l am working on sharing an event details to users without them signing up on the app… l just need to be sure of what l am doing…

 ![My Event](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/2/d21d4be81717d8c06aef2db8cd2111c672c0c67b.png)

---

<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: [February 4, 2026, 2:00am UTC](https://community.glideapps.com/t/how-to-share-a-collection-details/86239/2 "2026-02-04T02:00:34Z")

</div>

Wouldn’t you just need to share the deep link to that screen to the user?

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [February 4, 2026, 5:25pm UTC](https://community.glideapps.com/t/how-to-share-a-collection-details/86239/3 "2026-02-04T17:25:47Z")

</div>

I think you need to be clear by what you mean by “share”. Or in others words, can you describe exactly the user flow of the person sharing and the user flow of the person receiving the information?

---

<div class="post-metadata">

### Author: ![Teejay\_Oyeniran](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/teejay_oyeniran/32/61251_2.png) [@Teejay\_Oyeniran](https://community.glideapps.com/u/Teejay_Oyeniran)
#### Post date: [February 4, 2026, 6:50pm UTC](https://community.glideapps.com/t/how-to-share-a-collection-details/86239/4 "2026-02-04T18:50:32Z")

</div>

Yes, the deep link to that screen.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [February 4, 2026, 9:50pm UTC](https://community.glideapps.com/t/how-to-share-a-collection-details/86239/5 "2026-02-04T21:50:25Z")

</div>

1. Make sure the app is public with optional sign in.
2. Make sure any component that public users should NOT have access to has visibility condition where “user → email → is not empty”
3. Create the deeplink in the data table. See my post below.
4. Add a button with a “Share link” action that points to the deeplink column you created in step 3.

> [@link Create a deeplink to ANY screen](https://community.glideapps.com/t/create-a-deeplink-to-any-screen/53049):
>
> wave Hey fellow Gliders! Need a way to create, store and share any link to any screen within your app? Discover several tips and tricks for generating deeplinks in my latest video: [[Glide: Create a Deep Link to ANY SCREEN] ](https://www.youtube.com/watch?v=ciUf_qUmTW0)

You can also view the video below starting around minute 09:00

[![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/5/3555eb14a0dd9563ced42b78dc9d2a265b294c02.jpeg "Glide: Build a Social Media App for Your Team (NO CODE)") ](https://www.youtube.com/watch?v=7fUfgtp7emM)
