Skip to main content

[Make/Integromat] Search Airtable records if Google Drive File name Contains ID

  • January 9, 2024
  • 0 replies
  • 18 views

Forum|alt.badge.img+4

Hello All!

I'm trying to make the Airtable search function in Make/Intergromat say "IF a google drive file name contains an Airtable content id, then show me that record" so I can then add the files web view link to the record. 
 
So the finished automation would be: WHEN "finished file" is uploaded to "finished folder" THEN add the google drive link to the records Finished URL field 

The current formula im using us 
IF(FIND("{{1.name}}", {Title}&""), "yes", "no")
It's "working" but the results are unrelated to the file name... see screenshot 

What forumla should I use to tell Make/Intergromat to search for the record?