Duplicating office365 mail

Hey Team,

Currently a mail is being moved by an O365 mail activity to the shared mailbox folder of my colleague, but i also need a duplicate of this same mail to a different shared mailbox folder for archiving/logging purposes. Is there any way to do this?

Thanks in advance,
uiStijn

When you have the email in a variable just copy that variable into another variable of the same type and do whatever you want with it, basicly creating a duplicate within the process.

  • Throw in an Assign
  • Create a new variable of the same type
  • Write the new variable of the same type in the left side of Assign
  • Write the variable to be duplicated into the right side of Assign

Now you can move, forward or whatever you want that email to a second mailbox.

Another way would be to forward / send it, instead of moving it. Through this you could use CC / BCC, but then you’d need to move it after it has been send and that needs access to both mailboxes in the runtime.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.