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?