Hi,
I have a project where i need to move emails (shared mailbox) coming from a specific sender to a folder (in the shared mailbox).
I honestly am stumped on this and dont know how to move forward.
Hi,
I have a project where i need to move emails (shared mailbox) coming from a specific sender to a folder (in the shared mailbox).
I honestly am stumped on this and dont know how to move forward.
Hi @rdperalta
For the first parameter,you should pass Mail message type object .
Just give
mail Instead of mail.From.Adress.contains(…)
Thank you for the response. so how do i move emails from a specified sender only? this would just move all emails that it reads through on the mailbox
In if condtion keep
Mail.from.adress.contains(…)
And in true block use the move activity
ooooo okay let me try that
Awesome it worked thank you so much