# Choice Component selection in Memory

**URL:** https://community.glideapps.com/t/choice-component-selection-in-memory/12881
**Category:** Ask for Help
**Created:** [July 21, 2020, 12:30pm UTC](https://community.glideapps.com/t/choice-component-selection-in-memory/12881 "2020-07-21T12:30:20Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Coupons\_Deal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/coupons_deal/32/9734_2.png) [@Coupons\_Deal](https://community.glideapps.com/u/Coupons_Deal)
#### Post date: [July 21, 2020, 12:30pm UTC](https://community.glideapps.com/t/choice-component-selection-in-memory/12881/1 "2020-07-21T12:30:20Z")

</div>

I am working on a Choice Component and as per functionality a selection in Choice Component will be linked to a Column. My App is public so this selection will be overwritten as other users also make a choice. How to counter this?

Example: I have a choice Filter which populated Country. Based on country selected the items should be filter but country selection should be specific to that device and should be cleared if user navigates to other section.

Couldn’t find the topic so posting up.

---

<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: [July 21, 2020, 12:56pm UTC](https://community.glideapps.com/t/choice-component-selection-in-memory/12881/2 "2020-07-21T12:56:31Z")

</div>

Create a user specific column to hold the choice value.

[https://docs.glideapps.com/all/reference/data-editor/user-specific-columns](https://docs.glideapps.com/all/reference/data-editor/user-specific-columns)

---

<div class="post-metadata">

### Author: ![Coupons\_Deal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/coupons_deal/32/9734_2.png) [@Coupons\_Deal](https://community.glideapps.com/u/Coupons_Deal)
#### Post date: [July 21, 2020, 1:19pm UTC](https://community.glideapps.com/t/choice-component-selection-in-memory/12881/3 "2020-07-21T13:19:05Z")

</div>

So you mean without user login/Sign-In user specific column’s can work? And next time user comes back the value should be reset again.

---

<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: [July 21, 2020, 1:19pm UTC](https://community.glideapps.com/t/choice-component-selection-in-memory/12881/4 "2020-07-21T13:19:44Z")

</div>

No, user-specific column can also work in a public setting.

---

<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: [July 21, 2020, 1:54pm UTC](https://community.glideapps.com/t/choice-component-selection-in-memory/12881/5 "2020-07-21T13:54:46Z")

</div>

User Specific columns work with public apps. Values are stored on the device and will be wiped when you force close and reopen the app

---

<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: [February 23, 2025, 10:42pm UTC](https://community.glideapps.com/t/choice-component-selection-in-memory/12881/6 "2025-02-23T22:42:47Z")

</div>


