# Add to different table

**URL:** https://community.glideapps.com/t/add-to-different-table/72576
**Category:** Ask for Help
**Created:** [April 14, 2024, 3:42pm UTC](https://community.glideapps.com/t/add-to-different-table/72576 "2024-04-14T15:42:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![luminrabbit](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luminrabbit/32/73584_2.png) [@luminrabbit](https://community.glideapps.com/u/luminrabbit)
#### Post date: [April 14, 2024, 3:42pm UTC](https://community.glideapps.com/t/add-to-different-table/72576/1 "2024-04-14T15:42:21Z")

</div>

I have a Player Table which is a table of 5 or so names (with Row ID, Name field)  
I have a Tournament Table (with a row ID, date, location)

I created a custom screen that has the Player Source.

What I would like to do is when the player name is clicked have that name added to the Tournament Table in one cell (I’ve tried Make Array column and multiple other columns types without any success, I feel as though Im just clicking buttons to try and figure it out, I’ve watched a ton of videos but could use some guidance).

I’m open to any ideas…Thank you!

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [April 14, 2024, 4:26pm UTC](https://community.glideapps.com/t/add-to-different-table/72576/2 "2024-04-14T16:26:11Z")

</div>

> [@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: ![luminrabbit](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luminrabbit/32/73584_2.png) [@luminrabbit](https://community.glideapps.com/u/luminrabbit)
#### Post date: [April 14, 2024, 5:37pm UTC](https://community.glideapps.com/t/add-to-different-table/72576/3 "2024-04-14T17:37:43Z")

</div>

Hi @Jeff_Hager

Not sure if Im doing something wrong but will this work without having to use the Users Table?

In the configuration action if I select +Add Row, I can select a Table and add the newArray (from the video) but if I choose Data \> Set Column Values, i only get column names from the Player Table and the User Profile Table…

I’ll try it with the user table instead 🙂

---

<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: [April 14, 2024, 11:06pm UTC](https://community.glideapps.com/t/add-to-different-table/72576/4 "2024-04-14T23:06:27Z")

</div>

> [@luminrabbit](#):
>
> What I would like to do is when the player name is clicked have that name added to the Tournament Table in one cell

So are you doing this in the Tournament’s view or somewhere else?
