Hello, I’m quite new with make.com. and I’m trying to get a filter from airtable database. Basic I have a table with that fields:
Property: House, flat, apartament
Value: 100, 200, 200
place: Germany, Italy, Spain, France
I’m using search records airtable module. But I don’t know what sintaxis of formula should be to get all house in Italy and spain, more than 150.
Hello @Juliusforster,
Your formula is correct but when the user copies from the response those double(”) or single quotes do not work well with Make’s syntax. It needs to be replaced with this ".
You can understand the difference between ” and "
I recommend you add a code block using three backtick
```
your code or formula
```