I need to read the mails of yesterday with time. User will give from date(18/04/2022 00:00:00 AM) and to date(19/04/2022 09:00:00 PM)and round 2 (19/04/2022 09:00:00-15.00PM). Can i do this in UiPath?
This my Code But Output is Incorrect Please Help.
“[Received] >= '” + DateTime.Today.AddDays(-BackDate).ToString(“dd/MM/yyyy”) + " 00:00AM’ AND [Received] <= ‘"+ DateTime.Today.ToString(“dd/MM/yyyy”) + " 09:00PM’"
Thank you.