Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.1k views
in Technique[技术] by (71.8m points)

twilio - SMS New Line from Azure Logic Apps

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...