Choice Component selection in Memory

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.

Create a user specific column to hold the choice value.

https://docs.glideapps.com/all/reference/data-editor/user-specific-columns

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.

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

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