Create a time-based trigger for Logic flow

I want to create the following flow but can’t figure out how to make the trigger.

Time based trigger → Delete CMS items → Make HTTP Request → Create CMS Items

Any thoughts on how to do this? I have explored creating a zap that triggers once a day but am not sure if that’s the right way to do this.

For Logic?

Yes the easiest way would be an external trigger. You can do that directly in Zapier or Make, and if you’d like to get fancier, you can trigger it off a recurring event in a Google calendar, which I do often for unusual schedules like event calendars or class schedules.

In theory you could also do this with a webflow page containing a Logic-bound form, and some javascript to trigger a submit on a timer. However that’s both clunky and fragile.