# Choice Form with repeated values

**URL:** https://community.glideapps.com/t/choice-form-with-repeated-values/69514
**Category:** Ask for Help
**Created:** [January 12, 2024, 5:05pm UTC](https://community.glideapps.com/t/choice-form-with-repeated-values/69514 "2024-01-12T17:05:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Thais\_Fontes](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thais_fontes/32/61251_2.png) [@Thais\_Fontes](https://community.glideapps.com/u/Thais_Fontes)
#### Post date: [January 12, 2024, 5:05pm UTC](https://community.glideapps.com/t/choice-form-with-repeated-values/69514/1 "2024-01-12T17:05:05Z")

</div>

I am building an app for trucking logistics.

I would like that the app shows the choice of states for the user, but it should register the region name on the file instead.  
The issue that I am facing is that the repeated values are only showing one of each state instead of all of them.

How do I fix it to show all the states?

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/1/51a05fd34938794663399a7fa4667e411d90f6c3.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/6/b621421442da2d4db401e73c4f0b93da5c3a106e.png)

---

<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: [January 12, 2024, 5:14pm UTC](https://community.glideapps.com/t/choice-form-with-repeated-values/69514/2 "2024-01-12T17:14:04Z")

</div>

Idea 1: Could you display the states, write the states, and then use an if-then-else column to display the region?

Idea 2: If you already have a table with the state-region association, does it matter if you write the region? You could write the state and then lookup the region with a relation+lookup.

---

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [January 12, 2024, 5:27pm UTC](https://community.glideapps.com/t/choice-form-with-repeated-values/69514/3 "2024-01-12T17:27:56Z")

</div>

You could use a template column… State-Region. And use the template for the values

---

<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: [January 19, 2024, 5:28pm UTC](https://community.glideapps.com/t/choice-form-with-repeated-values/69514/4 "2024-01-19T17:28:47Z")

</div>

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