0
1

More than 1 year has passed since last update.

PowerAutomateのアクションリクエスト過多について

Posted at

説明

PowerAutomateでアクションのリクエスト過多でエラーになることがある。両方ともエクセルスクリプトで正規表現チェックを行ったところ。

パターン1

"body": 
{
    "message": "Graph Item not found, was it unshared or deleted?\r\nclientRequestId: 8c63cc88-bdfa-40f7-be42-94e6b2af687a",
    "storageErrorCode": 5
}

このタイプは正規表現でもファイルの名前を検証している時に発生した。
どうも1時間単位のリクエスト制限に引っかかっているようで、1時間後には解除されている。

パターン2

{
  "statusCode": 403,
  "message": "Out of call volume quota. Quota will be replenished in 07:04:20."
}

こちらはエクセルループ内の欠品月_システム用の形式を検証するところで発生した。
エクセルスクリプトの実行には1日の制限があるらしく、1日あたり1600回の実行しかできないらしい。

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