How could I trigger 2 times in different hours?

@pprin001

You can create two triggers at two different times that you need and it should work as expected

Instead you can give the control out to orchestrator as well by adding an input argument to the main.xaml file …the input argument can be a true or false value …so when the trigger is created at 4:30 send the value as true and when triggering at 5:30 send value as False…then you need not do any checks and also later if the time changes you need not change anything in the bot rather just change trigger to different times and if condition will wokr based on the input argument value

Cheers

1 Like