I have a robot that should send emails to our clients. I cannot use the Email-activities as we have an add in to our Outlook. So I have to go to Outlook, click on New Email and make the robot click To, Subject, Body and past the correct value and then click Send.
The problem I have is that I want the Body to have a bold “Title” and then a linebreak and then some other text.
I tried to use Set to clipboard (as there is quite a lot of text) and then use Send Hotkey to the right place in the email. But I cannot make that work with the Body, as I want the bold text.
Are there any way to make some text bold in the body in any other way? Is there a workaround?
I also need to put in a variable in the text with a date that we add in another variable.
After using Set to keyboard activity try using this way
=>Send Hotkey: Ctrl+V (Paste)
=> Send Hotkey: Ctrl+A (Select All)
=> Send Hotkey: Ctrl+B (Bold)
I decided to do a workaround. I have the text in word, and the robot goes to the word document and copy the text and then past it to the outgoing email