How to send email at 6:30 IST

I need to send email at 6:30 IST everyday using uipath

HI @sruthesanju

You can use if condition to send mail

Use the below expression as condition

New DateTime(Now.Year,Now.Month,Now.Day,Now.Hour,Now.minutes,Now.second)=New DateTime(Now.Year,Now.Month,Now.Day,06,30,0)

or you can set trigger for that in orchestrator

If you are not using orchestrator you can try with Task Scedular

Regards
Sudharsan