Hi all,
I have to download a file with RPA every first Tuesday of each month. The BOT runs every Tuesday on weekly basis but every first Tuesday of each Month it should download a file for that month.
Can you please help with framing the condition.
Thanking you
Hi,
How about the following condition?
Today.DayOfWeek=DayOfWeek.Tuesday AndAlso Today.Day<=7
Regards,
@Yugal_Raju
As the bot is running only on tuedays Today.Day<=7 should suffice
Today.Day<=7
cheers