I am trying to create a time based trigger to start a job. The job should run at 8:00 AM and 7:30 PM everyday. I tried cron expression but seems like that might not work. I am not sure, so could anyone help me with this? How to do it in single trigger instead of two for each run ?
schedule to run every 30 min starting from 8AM to 8PM,
and inside you code add a check if current time is 8AM or 7:30PM then run the flow else don’t run just move to end part of flowchart
0 30 8-20 ? * * *
you can store 8AM and 7:30PM in assets for each change/modifications