I am draft email, and there is a content that was read from Excel. After insert to the email, All text squeezed together without line breaks. How to solve this problem
It should like this:
But when it insert to email body, All bullet in one line, How to start Line wrap and word wrap from the second bullet like above
I use Assign like this:
Srini84
(Srinivas Kadamati)
July 13, 2023, 6:27am
2
@sunny.zhang
Use HTML code to write as per your requirement
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
Hope this may help you
Thanks,
Srini
supriya117
(Supriya Allada)
July 13, 2023, 7:45am
4
Hi @sunny.zhang
The sample test Ex:
RPA drives rapid. significant improvement. to business metrics across industries. and around the world.
In assign activity:
str_text = "RPA drives rapid."+vbLf+"significant improvement."+vbLf+"to business metrics across industries."+vbLf+"and around the world."
print: str_text
output:
RPA drives rapid.
significant improvement.
to business metrics across industries.
and around the world.
Hope it helps.
supriya117
(Supriya Allada)
July 13, 2023, 7:58am
5
@sunny.zhang
Give the date in excel like this:
RPA drives rapid."+vbLf+“significant improvement.”+vbLf+“to business metrics across industries.”+vbLf+"and around the world.
lrtetala
(Lakshman Reddy)
July 13, 2023, 11:25am
6
@sunny.zhang
If you find the solution for your question please mark as solution to close the loop.