I need save the mails from Outlook which come in between 1 hour like if trigger the bot at 9am i need all the mails from 8am to 9am.
The date in my outlook is like day and time format like Thu 11:23.
In the get outlook message in the filter column I have given
[ReceivedTime]>= startdatetime.tostring(“MM/dd/yyyy HH:mm”) +And [ReceivedTime]>= enddatetime.tostring(“MM/dd/yyyy HH:mm”)
But output of get outlook mail message is coming as null.
@lrtetala Thank you for your quick response but i tried the same but count is coming as 0 and The date in my outlook is like day and time format like Thu 11:23.