How read the html file code and paste the code as a text

Hi
im doing an email automation. i m having a html file
i need to copy the html code in the file and paste it in my browser email body
what is the best way to do it

Hi @Tharusha_Fernando
you can read the html file using read text file activity and store in string let’s say body
now add the body var in the body section of send mail [send outlook mail] activity with BodyisHtml option checked so to ensure html email body

Regards,
Nived N
Happy Automation

hy @NIVED_NAMBIAR
it work… i m paste this in my browser email body
what is the best way to paste this data

Hi @Tharusha_Fernando

It seems if u can try a ui Automation with the HTML file like

  1. Opening the HTML file and use hotkeys like Ctrl+c to copy and use Ctrl +v to paste in browser body at desired location

U can try that way

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed:

@NIVED_NAMBIAR is their a better way to do this if i do this the process will take longer.

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