Question

Find and return multiple rows in Excel

  • 25 May 2021
  • 1 reply
  • 611 views

Userlevel 2
Badge +1

Hi,

 

I have a Zap that looks for a row in Excel based off a date in a column.

 

At the moment it returns just the first row it finds with that date in - is it possible to return all rows that have that date in the relevant column?

 

Any help greatly appreciated.

 

Thanks :)

 

Jon


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +14

Hi @Jon Hall 

The Excel Find Row will only return 1 record, as you’ve discovered.

 

FYI: Most Zap triggers/actions/searches are configured to work on a per record basis, rather than in bulk.

 

NOTE: Be mindful that handling multiple records in line items (aka arrays) involves additional logic which can often mean more advanced concepts for configuring Zaps.

 

Consider using Airtable to organize your data instead of Excel.

Airtable has APIs that can be leverage: https://support.airtable.com/hc/en-us/articles/203313985-Public-REST-API

App APIs can be leveraged via Webhook steps in Zaps: https://zapier.com/apps/webhook/integrations#triggers-and-actions