How to get all rows from Zapier Table?
I’m exploring switching from Google Sheets to Zapier Tables as a temp storage option. I’m loving the concept but I can’t figure out how to fetch ALL rows in the table for downstream processing. Any tips on using search field/value to get all items?
For the curious I’m collecting Confluence page changes via RSS and logging title, URL, and date to temp storage. Every Friday I filter by date and count dupes in the list using Code, format the items via Formatter, and Slack that formatted list to various channels as a weekly roll-up.
I tried Digest but found tracking what items were in the list and what was considered already sent difficult to debug. Google Sheets is working but it feels fragile.