Skip to content
Discussion options

You must be logged in to vote

Hey @Philippe-M

I've mocked up a quick table that might look a little bit like yours, as shown here:

Two of these rows are more than 3 days old, so they should get deleted if the automation is working correctly. While I'm here, I've exported the table to .CSV so I can restore it when testing my automation, using the Import feature.

I've then created a Cron-triggered automation, this will run at every specified time (you might want to run it daily, or use a different trigger like "Row created").

The first step of my automation is to Query Rows, with a filter.

Here, I'm using a filter on date_created, and checking if it's less than the result of a JS function that returns a date exactly 3…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Philippe-M
Comment options

Answer selected by mikesealey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants