Specify date range to retrieve mail. (Power Automate Desktop)

Japanese version. Currently, there is no date range item in the email filter. As an alternative, this article will show you how to specify conditions by date in the email. The premise is that it is not possible to filter at this point of acquisition. This is achieved by performing conditional judgment on the acquired e-mail. Overall view of Flow Robin(for copy and paste) Can be copied and pasted into Power Automate Desktop. For Outlook. Outlook.Launch Instance=> OutlookInstance Outlook.RetrieveEmailMessages.RetrieveEmails Instance: OutlookInstance Account: “ MailFolder: $”’INBOX”’ EmailsToRetrieve: Outlook.RetrieveMessagesMode.All MarkAsRead: True Messages=> RetrievedEmails2 DateTime.GetCurrentDateTime.Local DateTimeFormat: DateTime.DateTimeFormat.DateOnly CurrentDateTime=> CurrentDateTime DateTime.Add DateTime: CurrentDateTime TimeToAdd: -1 TimeUnit: DateTime.TimeUnit.Days ResultedDate=> ToDate DateTime.Add DateTime: CurrentDateTime TimeToAdd: -30 … Continue reading Specify date range to retrieve mail. (Power Automate Desktop)