Zapier Tables as data source for Glide

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!

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.

There is also an example in the docs.