Format multiline message for whatsapp web

I have been trying to format multi lin message for whatsapp web but it does not work, the \n is considered as a direct enter command so it sends the messages, I have tried different ways by non of them work.

@Ankush_Pandey

If you can pass html then try with <br>

Or

Try sending environment.NewLine

And manually if you are pressing some key combinations then try pssing them

Cheers

1 Like

Hi @Ankush_Pandey,
the simple way to make this you can add all lines you need in text file that read this file and write the output of this file in your destination please try it if it can help and update us if you still have same issue.

1 Like

Hi, Guys I got the solution for this issue using [d(shift)] before the \n and [u(shift)] after the \n worked for me. It successfully added the next line.
But I really thank everyone who replied to my question.

Thanks and Regards
Ankush Pandey

1 Like

Sorry didn’t work.

Correction: [d(shift)] → [d(lshift)] or [d(rshift)]
[u(shift)] → [u(lshift)] or [u(rshift)]

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