# My button is not showing

**URL:** https://community.glideapps.com/t/my-button-is-not-showing/71387
**Category:** Ask for Help
**Created:** [March 4, 2024, 6:52am UTC](https://community.glideapps.com/t/my-button-is-not-showing/71387 "2024-03-04T06:52:02Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Simona](https://avatars.discourse-cdn.com/v4/letter/s/a5b964/32.png) [@Simona](https://community.glideapps.com/u/Simona)
#### Post date: [March 4, 2024, 6:52am UTC](https://community.glideapps.com/t/my-button-is-not-showing/71387/1 "2024-03-04T06:52:02Z")

</div>

Hello, I’m new to Glide and I’ve created a simple check list. Now I want to be able to select one or multiple items and delete them. I added the button, named it Delete, I also added the Template and Relation column in my data table as suggested in this post ([Delete selected Row not working](https://community.glideapps.com/t/delete-selected-row-not-working/65633?u)) and now my button is gone. It’s just not on my screen although I can still see it as a component and edit it. Any idea why and how I can make it visible?

Thank you in advance!

---

<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: [March 4, 2024, 7:17am UTC](https://community.glideapps.com/t/my-button-is-not-showing/71387/2 "2024-03-04T07:17:02Z")

</div>

So you copied the steps given in the solution in the thread that you linked to?

If the button is not visible, that means that either:

- You have a visibility condition that causes it to be hidden, or
- You have a condition on the button action that is not met, or
- The action attached to the button cannot be executed

Please share some screenshots, so we can help you determine which of the above is the problem.

---

<div class="post-metadata">

### Author: ![Simona](https://avatars.discourse-cdn.com/v4/letter/s/a5b964/32.png) [@Simona](https://community.glideapps.com/u/Simona)
#### Post date: [March 4, 2024, 7:27pm UTC](https://community.glideapps.com/t/my-button-is-not-showing/71387/3 "2024-03-04T19:27:52Z")

</div>

Hi Darren, yes, here are some screenshots. Let me know if there’s anything else I can add.  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/c/cc30eaea4553e4e1e585520e967b9f053868ab04.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/1/317b394fce032d9f06db8a2a29a3407c8bf3fc8d.png)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/3/63607c3b46735a26ce3090f6a489ee1e52fca4cc.png)

---

<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 4, 2024, 7:36pm UTC](https://community.glideapps.com/t/my-button-is-not-showing/71387/4 "2024-03-04T19:36:01Z")

</div>

Your relation is empty, so there is nothing to delete, causing the button to disappear.

For a relation to work, it needs to find exact matches. What does the template column contain for a value?

I think a Query column might be a more modern approach that might serve you better without the need for a template column.

---

<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 4, 2024, 7:37pm UTC](https://community.glideapps.com/t/my-button-is-not-showing/71387/5 "2024-03-04T19:37:47Z")

</div>

Just noticed this which may be the issue. Try all lowercase letters for the word `true`.

 ![Screenshot_20240304-133614](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/d/8d68d82674f9cb7ce7c7a58c7627a1ca32c1c020.png)

I would still use a Query column instead though.

---

<div class="post-metadata">

### Author: ![Simona](https://avatars.discourse-cdn.com/v4/letter/s/a5b964/32.png) [@Simona](https://community.glideapps.com/u/Simona)
#### Post date: [March 4, 2024, 8:48pm UTC](https://community.glideapps.com/t/my-button-is-not-showing/71387/6 "2024-03-04T20:48:20Z")

</div>

I replaced Relation with Query and it works as expected now. Thank you very much!

---

<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: [March 11, 2024, 8:48pm UTC](https://community.glideapps.com/t/my-button-is-not-showing/71387/7 "2024-03-11T20:48:40Z")

</div>

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