Skip to main content

I am using Make.com to pull data from Airtable.

I want to filter the records based on three Formulas. I've checked them individually and they seem to work, however, I do not know how to combine them into one filter.

These are the individual formulas:

{Image 1 URL}!=BLANK()
{Date Uploaded}=BLANK()
{Date Downloaded String}="{{formatDate(now; "YYYY-MM-DD")}}"

 

What is the right way to combine these 3 formulas into one?

You need to use Airtable’s AND() function to combine all 3 of them together.

if you have other questions about Make (or Airtable formulas), there are many Make/Airtable experts answering questions here.


Reply