I have an automation process problem, where I need to add some kind of trigger. The trigger needs to be activated when there is a file added to the queue and at the same time is only allowed to run after a given time frame.
If I understand Queue-trigger in orchestrator, there is no possibility to decide which time frame the queue actually can run. I need the queue to process one file at a time but only after 5 PM.
If that make sense?