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

Power Automate ここがダメ!

1
Last updated at Posted at 2026-04-29

なんか仕事でPowerAutomateを使っているんですが、
めっちゃ使いづらいのでそれを書いていきます。
AIにはこんな記事は書けまい。。。

エラーメッセージがわかりにくい

"BadRequest" and details "{"error":{"code":"InvalidOpenApiFlow","message":"Flow save failed with code 'InvalidVariableInitialization' and message 'The variable action 'Initialize_variable' of type 'InitializeVariable' cannot be nested in an action of type 'For_each'.'."}}". Code: 0x80060467 InnerError: '.

とかいうエラーが出ます。
ChatGPTに聞くと、

❌ ダメな構造

こうなってるはずです:

For_each
 ├ Initialize variable  ← NG
 ├ Append to array

Power Automateでは変数の初期化はループ内禁止です。

とか言ってきますので、それを修正します。

AI埋め込みに毎回謎の変数が追加される

しかも編集して(AIではない部分を)保存しようとすると、エラーになるので、
そこを"Clear All"して保存し直さないといけない。
かなり謎仕様。
スクリーンショット 2026-04-29 10.32.58.png
スクリーンショット 2026-04-29 10.33.08.png

AI埋め込みのプロンプトを変更すると、入力が消される

というかAIを使わなくてもそう?

作りながら確認できない

zapierでは毎回ステップごとにテストが走るんですが、
それができない。

excel businessがテーブル単位指定

なぜか「テーブル」という概念が必要。
今までの人生でexcelでテーブルを使ったことがほとんどないんだが。
カジュアルにrowを追加したりしたい。

↑の仕様のため、新しいexcelファイルを作り、そこにデータを追加できない

テーブルを指定しないと動かせないので、、、
コピーして、コピー元を消して、みたいな面倒なことをやったりしてる

基本的に作成した時にはフローはオフだが、それを問題と言ってくる

スクリーンショット 2026-04-15 10.15.24.png
いやいや、あなたがそう設定したんでしょうが、、、

続くかも!

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