Hi,
I'm building a flow where I want emails from certain senders to be moved to another folder.
This works fine for most emails, but I'm having problems setting up a condition that only triggers on certain email display names.
The message details contains this format:
From: Some Textual Name <common.mailer@mailer.domain.com>
So I want it to trigger for the above email, but NOT for this email:
From: Another Name <common.mailer@mailer.domain.com>
My thinking is to set up the condition as:
From contains Some Textual Name
... but nothing happens. It only seems to work if I refer to the actual email address, but that would then handle both of the emails. Can this be solved in some way?
These emails are from and to Exchange addresses, if that is pertinent here.