Apr 04, 2020 10:37 AM
I have several tables in my database with “last modified” column, what I want to do it if the last modified column has not been updated since 90 days it sends a slack notification to notify them to update the record
Apr 04, 2020 02:04 PM
You can create a view that filters for records where the last modified column is on or before 90 days ago.
Then in Zapier have a zap triggered when there is a new record in the view, with the action of posting the message.
Apr 05, 2020 02:28 AM
Thanks for the replay
This was helpful :grinning_face_with_big_eyes: