# Zapier Tables as data source for Glide

**URL:** https://community.glideapps.com/t/zapier-tables-as-data-source-for-glide/72984
**Category:** Feature Requests
**Created:** [May 1, 2024, 4:22pm UTC](https://community.glideapps.com/t/zapier-tables-as-data-source-for-glide/72984 "2024-05-01T16:22:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![HeartwoodTreeCo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/heartwoodtreeco/32/8150_2.png) [@HeartwoodTreeCo](https://community.glideapps.com/u/HeartwoodTreeCo)
#### Post date: [May 1, 2024, 4:22pm UTC](https://community.glideapps.com/t/zapier-tables-as-data-source-for-glide/72984/1 "2024-05-01T16:22:27Z")

</div>

Integrations are essential in our workflow, and Google Sheets have some limitations when they are connected in Zapier. Sometimes they time out, deleting rows can affect triggers, and changing column names wreaks havoc.

Finding rows in a Zapier Table is very flexible and easy. You can use 1 to 5 filters, acting on whichever columns you choose, using these operators

- is exactly
- contains (case-sensitive)
- contains
- is one of
- is empty
- starts with

I don’t know how to find rows from Zapier in a Glide Table or Big Table without already knowing the Row ID, but I’m eager to learn!

---

<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: [May 1, 2024, 5:00pm UTC](https://community.glideapps.com/t/zapier-tables-as-data-source-for-glide/72984/2 "2024-05-01T17:00:02Z")

</div>

> [@HeartwoodTreeCo](#):
>
> I don’t know how to find rows from Zapier in a Glide Table or Big Table without already knowing the Row ID, but I’m eager to learn!

With Big Tables you can do filtered queries using the `queryTables` API endpoint. The below video demonstrates how this can be used with Make to generate a filtered CSV export. I don’t use Zapier, so I can’t advise how you would do it with Zapier, but I expect it is possible.

[![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/7/d7afe2b9a401a07cb16ed05da1cf0d7ee90480ca.jpeg "Glide API | Glide Apps Tutorial") ](https://www.youtube.com/watch?v=Wr2Zk6k4YSw)

There is also an example in the [docs](https://www.glideapps.com/docs/essentials/data-sources/getting-started-with-the-glide-api/using-glide-tables-api#filtered-queries-with-big-tables).
