Skip to main content
Best answer

Unable to find record in Airtable


Forum|alt.badge.img+1

Keep getting this error over and over and I don’t know why. I have tried every fix I can think of

Best answer by aymanbBest answer by aymanb

@ken.a 

No problem. I created another post and was able to find a resolution, thank you though.

View original
Did this topic help you find an answer to your question?

6 replies

ken.a
Forum|alt.badge.img+6
  • Zapier Staff
  • 6395 replies
  • January 2, 2025

Hi ​@aymanb,

Welcome to the Community! 🎉

It looks like you’re trying to search from the “Project” field in Airtable. Could you please try using the data under the Project field in the trigger step? Like so:

76a7a967add2ab71deacf1aa7d32736e.png
(view larger)

Kindly give it a try and let me know how it goes? I'll keep an eye out for your response!


Forum|alt.badge.img+1
  • Author
  • Beginner
  • 18 replies
  • January 2, 2025

Sorry, I mistakenly attached the wrong screenshots. However let me give you some more context. I am creating a zap to send out weekly emails. It will find records in airtable that have projects with an active status, go through a date/time formatter and then a second find records action will search a different table within my airtable base for the matching project and send out an email. However I am getting an error with my second find record action that says the following: "failed to find a record in airtable." I checked to make sure that the id I chose for the search value matches the id from the first find record action. When I click the button under the error message that says "help me fix it" this is what it tells me: "


The error you're encountering indicates that the "findRecord" step in your Zap could not locate a record in Airtable that matches the specified search criteria. The key issue here is the searchByValue parameter, which is set to {{_GEN_1735240488848__id}}. This suggests that the value being searched for is dynamically generated, likely from a previous step, but it seems to be incorrectly mapped or not producing the expected value.

To resolve this, first ensure that the dynamic value {{_GEN_1735240488848__id}} is correctly pulling the intended data from the previous step. You can do this by checking the output of the previous step to confirm it contains the correct data you want to search for in Airtable. If the output is not as expected, adjust the mapping in your Zap to ensure the correct data is being passed. Additionally, verify that the "Project" field in Airtable contains the exact value you are searching for, as the isExactMatch parameter is set to "yes", requiring an exact match. If necessary, consider setting isExactMatch to "no" to allow for partial matches, which might help if the data format or content slightly varies.”


I am not sure what I am doing wrong, any help would be greatly appreciated


Forum|alt.badge.img+1
  • Author
  • Beginner
  • 18 replies
  • January 5, 2025

@ken.a sorry to bug you but I’d greatly appreciate your help with this if you can. I have been stuck with this bug for weeks and really need to resolve it. Thank you


ken.a
Forum|alt.badge.img+6
  • Zapier Staff
  • 6395 replies
  • January 7, 2025

Hi ​@aymanb,

I’m really sorry for the delayed response here.

I understand that the “Find Record” step isn’t finding the record. Could you please send a screenshot of how your Airtable looks like? This will help me make the best possible suggestion here.

Thank you!


Forum|alt.badge.img+1
  • Author
  • Beginner
  • 18 replies
  • Answer
  • January 7, 2025

@ken.a 

No problem. I created another post and was able to find a resolution, thank you though.


JammerS
Forum|alt.badge.img+6
  • Zapier Staff
  • 2350 replies
  • January 8, 2025

Wow! Thank you for confirming that your resolution got the Zap running. Do you mind sharing this resolution so that it will significantly help our Community members to have as a reference for the same issue.