I am trying to set up a trigger for a bot that will run at a certain time but only if there are new queue items to be processed.
Scheduling for the specific time is a small fix but I don’t want the bot to run every day, I only want it to run at the specific time if there are new items to be processed.
Is this possible? Or will I just have to set the bot to run at the same time every day regardless of whether there are new queue items.
Can instantly start a process upon the trigger creation or whenever you add a new item to a queue. The trigger runs in the environment associated with the selected process.
Thanks, but this doesn’t really solve my problem. I know you can set triggers for when new queue items are created or for scheduled times, but but my question is to run at a certain time IF new queue items exist.
If there are no queue items I don’t want it to run, regardless of the time schedule trigger
Would setting up a time trigger and a queue item trigger do that?