# Trouble with component visibility

**URL:** https://community.glideapps.com/t/trouble-with-component-visibility/83611
**Category:** Ask for Help
**Created:** [August 1, 2025, 5:27pm UTC](https://community.glideapps.com/t/trouble-with-component-visibility/83611 "2025-08-01T17:27:54Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Marie](https://avatars.discourse-cdn.com/v4/letter/m/bc8723/32.png) [@Marie](https://community.glideapps.com/u/Marie)
#### Post date: [August 1, 2025, 5:27pm UTC](https://community.glideapps.com/t/trouble-with-component-visibility/83611/1 "2025-08-01T17:27:54Z")

</div>

I am translating my app into another language. There is a choice component that users select in their profile. It maps to the user data table successfully. But when I try to set up a visibility condition for a component (e.g. a hint) based on the language selected it does not work. It seems to think the “Language” column is empty for all users even though I can see clearly in the table that it is not. Seeking advice about how to fix this or another way to approach translation. Thanks!

---

<div class="post-metadata">

### Author: ![Maazsaeed](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maazsaeed/32/90243_2.png) [@Maazsaeed](https://community.glideapps.com/u/Maazsaeed)
#### Post date: [August 1, 2025, 7:19pm UTC](https://community.glideapps.com/t/trouble-with-component-visibility/83611/2 "2025-08-01T19:19:27Z")

</div>

I am also having the same issue and is waiting for someone to deliever a fix

---

<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: [August 2, 2025, 12:21am UTC](https://community.glideapps.com/t/trouble-with-component-visibility/83611/3 "2025-08-02T00:21:41Z")

</div>

Can you show how the choice component is configured and how the visibility condition is configured?

---

<div class="post-metadata">

### Author: ![Maazsaeed](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maazsaeed/32/90243_2.png) [@Maazsaeed](https://community.glideapps.com/u/Maazsaeed)
#### Post date: [August 2, 2025, 8:10am UTC](https://community.glideapps.com/t/trouble-with-component-visibility/83611/4 "2025-08-02T08:10:21Z")

</div>

> [@Glide items not showing correct data](https://community.glideapps.com/t/glide-items-not-showing-correct-data/83341):
>

---

<div class="post-metadata">

### Author: ![Marie](https://avatars.discourse-cdn.com/v4/letter/m/bc8723/32.png) [@Marie](https://community.glideapps.com/u/Marie)
#### Post date: [August 3, 2025, 5:08pm UTC](https://community.glideapps.com/t/trouble-with-component-visibility/83611/5 "2025-08-03T17:08:25Z")

</div>

I have a choice component for language that maps to the user table correctly. Then I have a welcome page that I want to display a hint based on the language selected. But the column in the user table for Language does not seem to register for the visibility condition. It seems to think it is blank when I can see that most users have data (the selected language) there. Hopefully that makes sense!

---

<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: [August 3, 2025, 5:19pm UTC](https://community.glideapps.com/t/trouble-with-component-visibility/83611/6 "2025-08-03T17:19:31Z")

</div>

> [@Jeff\_Hager](#):
>
> Can you show how the choice component is configured and how the visibility condition is configured?

Screenshots please.

---

<div class="post-metadata">

### Author: ![Marie](https://avatars.discourse-cdn.com/v4/letter/m/bc8723/32.png) [@Marie](https://community.glideapps.com/u/Marie)
#### Post date: [August 4, 2025, 4:06pm UTC](https://community.glideapps.com/t/trouble-with-component-visibility/83611/7 "2025-08-04T16:06:23Z")

</div>

Here are the screenshots. You can see that even when the language selected is Runyankole and there is a condition to display the hint in the language selected, it only appears in English.

 ![Screen Shot 2025-08-04 at 9.04.09 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/4/d4223efd197bc40eb37776adadfedabc1beed9c8.jpeg)

 ![Screen Shot 2025-08-04 at 9.01.11 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/5/0584eab6f415ee81a7074543aaadecab87257af2.jpeg)

 ![Screen Shot 2025-08-04 at 9.00.38 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/1/e1cc52b3dca83bee76a5d49431ec31f76ca00b95.jpeg)

 ![Screen Shot 2025-08-04 at 8.58.32 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/6/568e2fe7d571b05ff35d8ac4837fef4fa729b4ae.jpeg)

---

<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: [August 4, 2025, 4:14pm UTC](https://community.glideapps.com/t/trouble-with-component-visibility/83611/8 "2025-08-04T16:14:31Z")

</div>

I feel like you may have your visibility condition configured to point to the language column in the user table instead of the language column in the user profile. If your tab screen is not filtered, then it’s going to point to the first row in the table, which I see has English set as the language. That explains why the English hint is shown, because that screen is connected to the first row.

If you change your visibility condition, make sure you select User Profile first, so you can be sure that the condition is looking specifically at the row for the signed in user.

---

<div class="post-metadata">

### Author: ![Marie](https://avatars.discourse-cdn.com/v4/letter/m/bc8723/32.png) [@Marie](https://community.glideapps.com/u/Marie)
#### Post date: [August 4, 2025, 4:37pm UTC](https://community.glideapps.com/t/trouble-with-component-visibility/83611/9 "2025-08-04T16:37:13Z")

</div>

Thank you!! That fixed it. Much appreciated!

---

<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: [August 11, 2025, 4:37pm UTC](https://community.glideapps.com/t/trouble-with-component-visibility/83611/10 "2025-08-11T16:37:42Z")

</div>

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