# Help tricks - Make users say "i will go" into a event

**URL:** https://community.glideapps.com/t/help-tricks-make-users-say-i-will-go-into-a-event/51930
**Category:** Ask for Help
**Created:** [October 17, 2022, 1:48pm UTC](https://community.glideapps.com/t/help-tricks-make-users-say-i-will-go-into-a-event/51930 "2022-10-17T13:48:35Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Carter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/carter/32/45004_2.png) [@Carter](https://community.glideapps.com/u/Carter)
#### Post date: [October 17, 2022, 1:48pm UTC](https://community.glideapps.com/t/help-tricks-make-users-say-i-will-go-into-a-event/51930/1 "2022-10-17T13:48:35Z")

</div>

Let’s imagine that I have an application that displays events, I would like to find a simple and effective way to add users to this event, I already have rather complex ideas for doing this, is it anyone have an idea?

The person will be added to the event by clicking on a button etc…

---

<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: [October 17, 2022, 1:52pm UTC](https://community.glideapps.com/t/help-tricks-make-users-say-i-will-go-into-a-event/51930/2 "2022-10-17T13:52:11Z")

</div>

Create a column in your Events table called “Attendees”, and populate that with a joined list of UserID’s.

---

<div class="post-metadata">

### Author: ![Carter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/carter/32/45004_2.png) [@Carter](https://community.glideapps.com/u/Carter)
#### Post date: [October 17, 2022, 1:53pm UTC](https://community.glideapps.com/t/help-tricks-make-users-say-i-will-go-into-a-event/51930/3 "2022-10-17T13:53:37Z")

</div>

Your are the Elon Musk of Glide ! Thank you ! So more simple of my first idea 🤣 🤣 🤣

---

<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: [October 17, 2022, 1:57pm UTC](https://community.glideapps.com/t/help-tricks-make-users-say-i-will-go-into-a-event/51930/4 "2022-10-17T13:57:33Z")

</div>

Of course, the devil is in the details. So depending on the structure and security settings of your App, you might run into some challenges as you try to implement it.

But at a basic level, that’s generally the most efficient way to do it as it costs you zero extra rows.

To manage adding and removing users, you’ll probably want some variation of [Trebuchet](https://community.glideapps.com/t/the-trebuchet-method/48325).

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [October 17, 2022, 2:24pm UTC](https://community.glideapps.com/t/help-tricks-make-users-say-i-will-go-into-a-event/51930/5 "2022-10-17T14:24:37Z")

</div>

to avoid complications with removing attendants from the list, and add extra features like status (yes, no, maybe)… number of attendees guests… food allergies, and much more… I would recommend adding a new row for each attendee with the event row ID… easy to manage, add extra features or delete… also you will have a ready list of guests for sending nice PDF invitations… programs… updates

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [October 18, 2022, 2:25pm UTC](https://community.glideapps.com/t/help-tricks-make-users-say-i-will-go-into-a-event/51930/6 "2022-10-18T14:25:14Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
