How to filter outlook emails which we received today

Hi All,

How to filter outlook emails which we received today

Thanks & Regards,
niranjan

@niranjan.kummara

Please try this

“[ReceivedTime] >= '” + DateTime.Today.ToString(“d”) + " 00:00AM’"

For more…check this

Cheers

Hi @niranjan.kummara

can you give a try with the following?
image

"[Received] >= '" + Now.ToString("MM/dd/yyyy") + "'"

Regards