# Populate multiple columns from a choice component

**URL:** https://community.glideapps.com/t/populate-multiple-columns-from-a-choice-component/59453
**Category:** Ask for Help
**Created:** [March 21, 2023, 8:48am UTC](https://community.glideapps.com/t/populate-multiple-columns-from-a-choice-component/59453 "2023-03-21T08:48:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![s1mple](https://avatars.discourse-cdn.com/v4/letter/s/ac91a4/32.png) [@s1mple](https://community.glideapps.com/u/s1mple)
#### Post date: [March 21, 2023, 8:48am UTC](https://community.glideapps.com/t/populate-multiple-columns-from-a-choice-component/59453/1 "2023-03-21T08:48:17Z")

</div>

I have a row with 10 columns for Row Owners.

How can I populate these columns with a choice component?

The choice component uses my user’s table as a source.

I know that the component writes in only one column, but I was hoping that there was a workaround.

btw I’m using Glide Tables, not Google Sheets.

---

<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: [March 21, 2023, 12:23pm UTC](https://community.glideapps.com/t/populate-multiple-columns-from-a-choice-component/59453/2 "2023-03-21T12:23:11Z")

</div>

You would probably need a split text column to split the choices into an array, then you would need 10 single value columns to grab each individual element from the array. Then an action to move the single value column values into the row owner columns. But the user doing this will also need to be a row owner, or else they won’t have access to the row. Not sure if it would work.

---

<div class="post-metadata">

### Author: ![s1mple](https://avatars.discourse-cdn.com/v4/letter/s/ac91a4/32.png) [@s1mple](https://community.glideapps.com/u/s1mple)
#### Post date: [March 21, 2023, 12:52pm UTC](https://community.glideapps.com/t/populate-multiple-columns-from-a-choice-component/59453/3 "2023-03-21T12:52:17Z")

</div>

Thanks for the suggestion.

I decided to do it differently, but now I’m worried that the multiple Row Owner columns may slow down the app In the long run.

Any thoughts on this?

---

<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: [March 21, 2023, 1:54pm UTC](https://community.glideapps.com/t/populate-multiple-columns-from-a-choice-component/59453/4 "2023-03-21T13:54:38Z")

</div>

Not really, other than to try it and see what happens.
