4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PowerAutomateでTeams会議のトランスクリプトを取得!(2026.7版)

4
Posted at

やりたいこと

Teams会議のトランスクリプト(文字起こし、.vtt)をPowerAutomateで保存したい。
会議終了をトリガーに保存する部分はやらない、トリガーは手動。

方法

全体像

image.png

トリガー

いったんトリガーは手動。

会議情報を取得する(会議ID)

アクション「オンライン会議を取得します」を使います。
検索方法は、URLでもIDでもなんでも。
IDは会議案内についてくる数字(空白は抜いてね)

image.png

トランスクリプトの一覧を取得する

アクション「トランスクリプトの一覧を取得する」で一覧を取得。
例えば繰り返しなど1つの会議で複数トランスクリプトがある可能性があるのでまずは一覧を取得。これでトランスクリプトIDが取得できます。

image.png

トランスクリプト本体を取得

アクション「会議トランスクリプトのコンテンツを取得する」で本体を取得。
一覧で取得されてるので通常は For each になるはず。

image.png

無事にここで取得ができているので、後はどこかに保存するなり、メールするなり、AIに要約させるなり。ご自由に!

補足

PowerAutomate はけっこう変更が激しいのでいったん今はこれで動く感じです!
トリガーに関しても「When a transcript becomes available」というまさにそのものがあるのですがどうもうまく動きませんでした……また今度チャレンジします。

4
1
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
4
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?