I am creating a workflow where I need to extract the date and time of each mail received in Inbox folder. I am using a for each loop and traversing through each mail and extracting the sender and receiver’s name and the entire content of the mail but I am unable to extract the date and time. I ma attaching the workflow in which I am retrieving the subject of the mail. Can a similar thing can be applied for date and time? Or are there any other option available?
Thanks in advance!
In order to get the date and time that this e-mail was created, please try the following example:
I also did an example that shows all the fields that are able to get some information from the header. Please check the attached example. Main.xaml (11.2 KB)