Workflow to delete a list of entries if created over a week ago?

@ericterii You can! :slight_smile: On paid plans, you can use “recurring workflows”:

With the example of deleting a list of things, you would first create a recurring event in the API section:

Recurring events need a ‘type of thing’ associated with it. Since this is more of a single ‘admin’ action, I’ve used “User”, so this is triggered by the admin Current User once they click a “Start” button. (I think you may need to change this to something other than Current User if you have multiple admin recurring event workflows, but I’m not 100% sure):

Add the delete a list of things action:

Then you’ll need to schedule and set the frequency of the recurring event one time. On your admin page (for example), there could be a button which starts this:

This example is in a Hobby App, but you can set a single monthly recurring event under the Personal Plan. If you later decide to cancel the recurring event, a separate button workflow will accomplish this by setting the frequency to “None”:

And here’s more info on recurring events:

That should do it! :slight_smile:

2 Likes