I have a mailbox (address@mydomain.com), this mailbox has some sencondary email addresses (address01@mydomain.com, address02@mydomain.com, address03@mydomain.com...)
I have a Flow which access to this mailbox and registers in a list every email, filling colums with the information of the received email.
I need to register the "TO" field as a column, I can see on the email properties:
Message-ID: <example@mail.gmail.com>
Subject: example
To: address02@mydomain.com
Content-Type: multipart/mixed; boundary="000000000000d88caf05a3e1bfd8"
But Flow always registers the main address in the list: address@mydomain.com
Is Flow transforming "TO" to the ALIAS of the mailbox?