# Add a record from a current database source screen to another database

**URL:** https://community.glideapps.com/t/add-a-record-from-a-current-database-source-screen-to-another-database/75545
**Category:** Ask for Help
**Tags:** actions
**Created:** [August 9, 2024, 5:53am UTC](https://community.glideapps.com/t/add-a-record-from-a-current-database-source-screen-to-another-database/75545 "2024-08-09T05:53:13Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Giovanni](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/giovanni/32/74085_2.png) [@Giovanni](https://community.glideapps.com/u/Giovanni)
#### Post date: [August 9, 2024, 5:53am UTC](https://community.glideapps.com/t/add-a-record-from-a-current-database-source-screen-to-another-database/75545/1 "2024-08-09T05:53:13Z")

</div>

Hello Gliders,

I would like you to ask for help with an app I’m building for a client.

The app is pretty simple.

We have two databases:

• people database  
• events database

The client wants to add any person attending the event from the single event page, but I have difficulty finding a solution to add the record to the people database when I’m on the events screen page with the events as the source.

I’ve built a relation between the two databases.

The app is developed on the client account, and I can’t share screenshots of the project with you.

Do you have any tips to make this work?

---

<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: [August 9, 2024, 5:54am UTC](https://community.glideapps.com/t/add-a-record-from-a-current-database-source-screen-to-another-database/75545/2 "2024-08-09T05:54:58Z")

</div>

Take a look at the below, I’d imagine it can be applied to your use case.

> [@dizzy A NEW way to Trebuchet!](https://community.glideapps.com/t/a-new-way-to-trebuchet/72402):
>
> wave Hey fellow Gliders! If you haven’t heard of the Trebuchet method, it’s a term coined by @Lucas_Pires that refers to creating inline arrays. Inline arrays can be an efficient way to create relations without requiring a helper table thereby preserving your row count! Previously, the Trebuchet method required about 6 columns and 2 custom actions (4 updates to add and remove a single item). This new version of the Trebuchet method cuts that usage IN HALF star_struck (3 columns, 1 action). …

---

<div class="post-metadata">

### Author: ![Giovanni](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/giovanni/32/74085_2.png) [@Giovanni](https://community.glideapps.com/u/Giovanni)
#### Post date: [August 9, 2024, 5:57am UTC](https://community.glideapps.com/t/add-a-record-from-a-current-database-source-screen-to-another-database/75545/3 "2024-08-09T05:57:19Z")

</div>

Thanks Darren, I’ll take a look!

---

<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: [August 9, 2024, 9:44am UTC](https://community.glideapps.com/t/add-a-record-from-a-current-database-source-screen-to-another-database/75545/4 "2024-08-09T09:44:18Z")

</div>

> [@Giovanni](#):
>
> The client wants to add any person attending the event from the single event page

I think I have to get this clarified though. Do you mean adding existing people in the people database in a field to confirm they’re attending an event? Or adding new people to the people database?

---

<div class="post-metadata">

### Author: ![Giovanni](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/giovanni/32/74085_2.png) [@Giovanni](https://community.glideapps.com/u/Giovanni)
#### Post date: [August 9, 2024, 10:36am UTC](https://community.glideapps.com/t/add-a-record-from-a-current-database-source-screen-to-another-database/75545/5 "2024-08-09T10:36:23Z")

</div>

Yeah exactly Thin! Adding existing people in the people database to confirm they’re attending the event and show a list of the people attending the event in the event page.

---

<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: [August 9, 2024, 12:07pm UTC](https://community.glideapps.com/t/add-a-record-from-a-current-database-source-screen-to-another-database/75545/6 "2024-08-09T12:07:03Z")

</div>

Then I think the trebuchet method Darren linked to would help.
