Schedule Backend Workflow without Trigger

Hello,

This is my first post on here and I would appreciate the guidance. I have a data type called events. Events is simply a live event such as a concert with a date that the concert will be held on plus some other parameters. This events data type has another parameter called “archive” which can either be a “yes” or a “no”. I want to archive the event if the concert happened in the past automatically.

What I am looking to do is to run a workflow every night at midnight to check through all the concerts that I have within the data type event. If the event’s date is in the past, I want to set the archive value to “yes”. This way it wont show up on the front end as an option to purchase any more tickets.

Can anyone help on this topic? Would really appreciate it. Thank you!

This topic was automatically closed after 70 days. New replies are no longer allowed.