I need to copy the email body content from multiple emails and send the consolidated data in one email. While doing this I need to preserve the format of email body content such as, text font, size, color.
Has anybody worked upon any such kind of requirement. Or anybody can suggest some ideas for implementing this.
Are the emails in outlook/hotmail/saved into a folder?
If in a folder you could have a workflow which opens a new email, then goes through each email in the directory in a for each loop, opens them, copies the text and saves to a variable, then pastes to the new email. This variable will be overwritten every time it runs through the loop but that’s fine.
You could copy it in, then use “click” activities to click the “format copy” button and apply to the new text? Might be tricky but maybe possible?