I have to build a logic bot should not run last 2 working days but (means it should not be weekend). How to calculate in A360.
Hi
Please try with bot schedules.
Run repeatedly
Use this option to schedule your bot to run every x minutes or hour on a given day. When you select this option, select the start date, start time, end date, and end time
Frequency
Select the frequency for the schedule to run as daily, weekly, or monthly.
- Daily: Select the number of days you want the schedule to run.
- Weekly: Select the weeks and the particular days of the week you want the schedule to run. For example, if you want the schedule to run every two weeks on Monday and Thursday, increase the count to 2 in Every option and select the check boxes Monday and Thursday.
You can use
Datetime package.
'E': Specify day of the week as 'EEE' (Sun-Sat) or 'EEEE' (Sunday-Saturday).
You can use it and know if its Sunday or Saturday means weekend
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.