Hello @Santos ,
The formula you write on the Airtable Formula box in Make, Is not the same as you write on Airtable Formula Field.
This formula in the make follows the specific syntax of the airtable formula that you can check here. Airtable Web API - Using filterByFormula or sort parameters
As of now try to remove the surrounded if and use AND()
only.
Also, please check my answers related to this topic.
Hello @Lucie_Pospechova ,
Welcome to the community.
First of all for explaining things in detail.
This is a direct solution for you.
Formula: REGEX_MATCH({Image field},"Stored Image name in Airtable without extension")
To remove file extension from the name you need to use Make’s string functions.
[image]
If you need to understand it more.
Understand the Basics
You need to understand things about how the Airtable formula function works here while you use it with API or in make …
Hello,
Use filterByFormula API Function with Airtable’s original functions.
[Make_airtable_filterByFormula]
Check some reference posts of articles about how to use filterByFormula.
Posts in Make Community:
Other Posts:
Hello @Scottinabox ,
Instead of that try this
AND({Status}='Done')
Instead of AND you can use OR, SEARCH, or REGEX_MATCH. But it all depends on the requirements.
The things you’ve tried were not matched with the Airtable formula structure.
You need to match with airtable formula syntax.
Read more on these help docs and community articles.
P.S.: Always search first, Check Make Academy . If this is helpful, Mark Best as Solutions and give If you need expert help or have questions? Contact or comment below!