@ericterii You can!
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! ![]()





