I want to read todays email from outlook, Robot is reading as "0". Please find the screenshot below. Please give me solution for this. Thanks

Hi @mohammed_zain

Check the below post
Read emails from outlook received on “current date”
Thanks
Ashwin.S

Hi @mohammed_zain,

Use the below expression in the filter property of Get outlook mail messages

“[ReceivedTime] >= '”+now.ToString(“dd/MM/yyyy”)+“’ and [Subject]=‘Billing Order Sell to STC’ or [Subject]=‘Sell to STC Item not found’”