# How to Manage Uninterested Leads While Keeping Their Visibility for Other Properties in Glide?

**URL:** https://community.glideapps.com/t/how-to-manage-uninterested-leads-while-keeping-their-visibility-for-other-properties-in-glide/75684
**Category:** Ask for Help
**Created:** [August 16, 2024, 6:24pm UTC](https://community.glideapps.com/t/how-to-manage-uninterested-leads-while-keeping-their-visibility-for-other-properties-in-glide/75684 "2024-08-16T18:24:42Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [August 16, 2024, 6:30pm UTC](https://community.glideapps.com/t/how-to-manage-uninterested-leads-while-keeping-their-visibility-for-other-properties-in-glide/75684/2 "2024-08-16T18:30:34Z")

</div>

What I would do:

- In your Properties table, add a Multiple Files column. This is an array column that will hold an array of “Not Interested” LeadIDs
- Assuming that your Property Details screen contains a Collection of Leads, configure an Item Click action on that Collection that adds the LeadID to the Multiple Files (array) column.
- In your Leads table, create a Relation column that matches the LeadID with the Multiple Files column in the Properties table
- Use that relation as a filter on your Leads collection - only show rows where the relation is empty.

See below to learn how to use the Multiple Files column in this way:

> [@dizzy A NEW way to Trebuchet!](https://community.glideapps.com/t/a-new-way-to-trebuchet/72402):
>
> wave Hey fellow Gliders! If you haven’t heard of the Trebuchet method, it’s a term coined by @Lucas_Pires that refers to creating inline arrays. Inline arrays can be an efficient way to create relations without requiring a helper table thereby preserving your row count! Previously, the Trebuchet method required about 6 columns and 2 custom actions (4 updates to add and remove a single item). This new version of the Trebuchet method cuts that usage IN HALF star_struck (3 columns, 1 action). …

---

_[View the full topic](https://community.glideapps.com/t/how-to-manage-uninterested-leads-while-keeping-their-visibility-for-other-properties-in-glide/75684)._
