# Hide Row Data Until Action Occurs

**URL:** https://community.glideapps.com/t/hide-row-data-until-action-occurs/14078
**Category:** Ask for Help
**Created:** [August 16, 2020, 11:18pm UTC](https://community.glideapps.com/t/hide-row-data-until-action-occurs/14078 "2020-08-16T23:18:18Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Paris\_Smith](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paris_smith/32/10164_2.png) [@Paris\_Smith](https://community.glideapps.com/u/Paris_Smith)
#### Post date: [August 16, 2020, 11:18pm UTC](https://community.glideapps.com/t/hide-row-data-until-action-occurs/14078/1 "2020-08-16T23:18:18Z")

</div>

Hello - can anyone help me figure out how to keep a row on sheet1 (AllBusinesses) hidden from app view until a row on sheet2 (MOLB App Sales) is written to? The sheet2 row is being fed from Zapier and has a 15 min delay. I don’t want the row on sheet1 to be visible in the app until I get the sales data filled in.

I have tried making multiple relations and lkups, but nothing I’ve tried thus far is keeping the column on sheet1 → “DisplayBusiness?” from saying YES until sheet2 has been written to. I’m open to a script if that’s what needs to be done. I’m confident there’s a way to do this - my mind just isn’t leading me there yet. Let me know if I need to provide any additional information in order for you to assist with this question.

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [August 16, 2020, 11:30pm UTC](https://community.glideapps.com/t/hide-row-data-until-action-occurs/14078/2 "2020-08-16T23:30:51Z")

</div>

If there’s a relation between the two sheets, you should be able to filter the view if the relation is empty or not empty.

---

<div class="post-metadata">

### Author: ![Paris\_Smith](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paris_smith/32/10164_2.png) [@Paris\_Smith](https://community.glideapps.com/u/Paris_Smith)
#### Post date: [August 17, 2020, 12:09am UTC](https://community.glideapps.com/t/hide-row-data-until-action-occurs/14078/3 "2020-08-17T00:09:09Z")

</div>

Thanks for your help @! I created the relation where the Email value in sheet1 (AllBusinesses) matches the value in sheet2 (MOLB App Sales). You were right. It’s blank where I want it to be blank and just let it run it’s course, and the row showed up once that blank field was filled.
