Hey, I’m creating a sort of CRM.
The first table has Contacts
- Name
- etc
- Link to associated Correspondence rows
The second table has every Correspondence
- Type (email, meeting, etc)
- Date
I want to create a filter for the Contacts table based on the date of the last correspondence.
i.e. “show me all my contacts who haven’t been contacted in the last month”
Is there a way to do this within the UI or the API?
Thanks!
