Yes, you can dynamically set dates in filters, but not by typing {{today}} directly.
Two ways to do it:
1. In Zapier Tables: Use the "is within" rule → select dynamic ranges like "Last 7 days" or "This calendar week". Documentation Link
2. In Filter by Zapier: Add a Formatter by Zapier step → Date/Time → Format → set Input to "Current time" → then compare that output to your date field. Documentation Link
If you're still running into issues after trying these steps, drop a screenshot of the error and a quick description of what your Zap is doing, happy to take a look!
And if you'd rather just get it sorted quickly, I offer a free 20-min Zapier troubleshooting call. Book it under Resources on my Zapier Directory profile: https://zapier.com/partnerdirectory/automatemybiz
on my Kanban form, i am grouping by a field called stages (New, Email1, Email2, Scheduled, Written Review and Complete). if the stage is complete i would like to only show the last 30 days based on the created date (also another field). if it matters there is also a field called Status where they are all set to Closed. ideally looking to set an AND condition. if Stage=Complete and CreatedDate<{{zap_meta_human_now}} then dont show them on the Kanban Form. hopefully that explains it better
I did some testing and Date & Time type of fields don’t allow you to dynamically reference a date value, the filter will only allow you to select a specific date value. However, you can set up a view on the connected table that will show records with a Created date that is within a relative time frame.
For example, if you wanted to show records within the last 30 days you’d use the Month to date option for the filter on the table and then save that as a new view:
And you can also add an additional condition to the filter for a specific status as well. Then, on the Kanban component you’d select that specific table view:
Which should then filter the records shown on the Kanban to match what’s displaying in the table view.
Would that sort of approach work for your needs here?