Filter Search Object Notion Formula ID problem

I’m trying to setup an automation on Make.com but I can’t make it work I get this following problem when putting a filter to find a specific database item that comes from a formula that gets the ID, my goal is to match IDs from a relation in the DB that triggers the automation:
[
{
“limit”: 1,
“filter”: [
[
{
“a”: “ID |&*^%$#@| formula”,
“b”: “1f83c56e-cefa-805d-a2a0-e8d33aa31e19”,
“o”: “formula:text-contains”
}
]
],
“select”: “item”,
“database”: “1313c56e-cefa-80d7-9df5-d0efcfa41203”
}
]

1 Like

Hi Oriol - as a first check, is the output of the formula in Notion a TEXT? Or an array/something else? You can check this on the Notion formula editor (there is an eye icon to show the output data type)

1 Like

at the end I didn’t use the filter, I couldn’t make it work

1 Like