How to configure schduler to run a robot only during business hours

How to configure orchestrator scheduler to trigger jobs on on specific time range on daily basis? I want to run a robot only from 8 AM to 5 PM on daily basis. Thanks for the help.

Use the CRON expression like this: 0 30 8-17/2 ? * MON-FRI *

Google - CRON expression builder for more information

Hi @suripaleru,
Please check this.

Regards
Balamurugan