Help

Zapier "Find Many Records (With Line Item Support) in Airtable"

Topic Labels: Automations Integrations
273 1
cancel
Showing results for 
Search instead for 
Did you mean: 
n8atkinson
4 - Data Explorer
4 - Data Explorer

Hi. I am trying to use the "Find Many Records (With Line Item Support) in Airtable" in Zapier and keep getting zero results. My goal is to attempt to return all records that had a specific column modified that day.

Airtable:

n8atkinson_0-1675615745587.png

Zapier:

n8atkinson_1-1675615779395.png

 

 

 

 

 

n8atkinson_2-1675615802189.png

 

Grand Valley Tutor llc
1 Reply 1

Hm, I suspect that may be due to the fact that the field you're searching by is a Date field, and so even though the field displays as "YYYY-MM-DD", the field's data isn't actually that and so it's failing.

Could you try creating a new formula field with this:

DATETIME_FORMAT(
  {Last Modified},
  "YYYY-MM-DD"
)

And then getting your Zap to search by that field instead?  Doing that seemed to work for me.  Screenshot 2023-02-06 at 1.33.34 PM.png

Screenshot 2023-02-06 at 1.33.46 PM.png