Hi everybody! So a quick background. My scenario is linked to an Airtable that contain fields and along that it have “Status field” and “Follow-up Due Date” field. I’m trying to filter on the record that:
- Have a status of pending
- Follow-up Due Date matches the current date (the returned format is )
If i applied the formula Status = “Pending”, it returned the matched value just fine but when i try to add another criteria, it doesn’t work. Here’s my current formula:
AND({Status} = "Pending" , DATESTR("{Follow-up Due Date}") = {{formatDate(now; "YYYY-MM-DD")}})
Here’s what i would return when i only apply the status filter for reference: