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?

【PowerApps/Automate】機能していたフローが数日後に接続エラーになる問題。SPO関連

Posted at

動作していたフローが接続エラーになった

PowerAppsからPowerAutomate のフローを呼び出すアプリが、数か月前は問題なく動作していたのに、急にエラーを吐き出すようになり、フローが実行できなくなってしまいました。

フロー実行時のエラー.png

【フロー名】.Run が失敗しました: { "code": "InvokerConnectionOverrideFailed", "message": "Failed to parse invoker connections from trigger 'manual' outputs. Exception: Could not find any valid connection for connection reference name 'shared_sharepointonline' in APIM header." }

上記のようなエラー文がフロー実行時に発生するようになりました。
フローの内容としては、SharePointリストのデータを取得して、Excelフォーマットデータに流し込むといった内容です。

【原因】有効期限切れ(接続が無効になってる)

フローの中で使用しているSharePointコネクタの接続が原因でした。
Power Automate で接続が「無効な接続」になる原因
↑日本マイクロソフト Power Automate サポート記事

【解決方法】Autometeの接続画面で該当するコネクタを再接続

再接続が必要なので、Automate の画面>接続>該当する接続の詳細を選び、「再接続」しましょう。

Automate接続一覧.jpg
Automate の画面から、フローで使用している接続コネクタを選択します。

エラーの問題.jpg
詳細画面を見ると、接続が無効になっている場合、再接続を押しましょう。

以上の設定で、フローの問題は解決しました。

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?