Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am sending an SMS using Twilio using the 'Send Text Message' app block within Azure logic apps. I am struggling to insert any line returns in the messages that are sent.

I have tried the following in the 'Text' fields of the block:

First Line Second Line

First Line Second Line

First Line " " Second Line

First Line " " Second Line

First Line %0A Second Line

First Line "%0A" Second Line

I have also tried adding the above strings using the expression builder.

Am I missing something?

Text Box Snip:

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
4.2k views
Welcome To Ask or Share your Answers For Others

1 Answer

The answer is to simply format the text field as you want the message to appear, i.e put each new line on a new line in the box.

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...