Hey! I am struggling to search records in integromat. I have a table with field Status
and Last Modified Status
autofield. When I try to fetch data with integromat with formula everything is ok:
({Last Modified Status})
but when I add condition to the formula:
({Last Modified Status} <= "{{addDays(now; -30)}}")
it fails with:
The formula for filtering records is invalid: Unknown field names: last modified status
I also tried this formula with the same error:
IS_AFTER({Last Modified Status}, "{{addDays(now; -30)}}")
Any ideas how to fix this error?