Hi All,
I looking for a workaround. I would like to select exactly that incoming mail in a "for each mail" type loop which one triggered my bot. So when an email arrived in the "Trigger loop: Handle" step I assign the email properties to a record. I need to save attachment of this mail, so i create a connection, assign it to a session and after in a loop I try to find the incoming mail in that session with filters. I think the most exact way if I filter the unread mails in the inbox by specific sender and received date too. (Filter to sender is okay.) I assign the record's emailReceivedDate keys value to a Datetime variable and try to use this in the loop's "When received date is on or after (optional)" part but it cant find my mail.
The record's emailReceivedDate keys value is an ISO_ZONED_DATE_TIME, I try convert it into ISO_LOCAL_DATE_TIME, ISO_OFFSET_DATE_TIME, ISO_INSTANT but none of them matched with the loop's received date.
Thanks in advance,
Attila