I want to filter out the records which are older than 3 months with the the help of two columns last contact date and last activity date.
Below is the formula which i am using
“AND(
DATETIME_DIFF(TODAY(), {Last Contact Date}, ‘days’) > 90,
DATETIME_DIFF(TODAY(), {Last Activity Date}, ‘days’) > 90
)”
Throws the errors your formula is not correct
Need guidance
We’d love to help, however, you have not provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any issue/s and/or error/s.
To allow others to assist you with your scenario, please provide the following:
1. All Relevant Screenshots
We need to see what you’re working with to give you the best advice. It would help by having screenshots of:
- the full scenario,
- any error messages,
- individual module fields,
- relevant filter settings (conditions), and
- module output bundles
- external services (spreadsheet headers, sample data, etc.)
You can upload images here using the Upload icon in the text editor:

We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and avoid tracking cookies from third-party websites.
Sharing these details will make it easier for others to assist you.
I have updated the previous message according to your guidelines… Please have a look