0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【2025最新】Power AutomateでTeamsに投稿するときにいい感じに改行したい

Last updated at Posted at 2025-10-28

Teams投稿時にうまく改行できない!

Teamsに投稿するときにこのトラブルに遭遇。
URLをデコードしたやつでreplaceする方法ではなぜかうまくいかなかった。
解決策を見つけたので共有します。
改行の変数を作って、replaceするだけです。
image.png
見ずらいですが改行1つを値のところに入れてます。

replace(variables('tmp')/*←ここに改行が含まれた文章を入れる*/,variables('br'), '<br>')

image.png

image.png
↓tmpの中身
image.png
image.png

おわりに

ここまで見ていただいてありがとうございました。
ネットで様々な記事で紹介されてますが、このやり方書いてるところは調べた限りなかったです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?