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

SharePointリスト5000件問題油断禁物

Last updated at Posted at 2025-07-19

緒言

有名な5000件問題、改善が進んで忘れかけてましたがやはり要注意でした。

Power Appsでは問題ない場合でもPower Automateでは5000件を超えるとインデックス付きの列を設定してないとフィルタークエリで拾ってくれないようです。
本記事が誰かの転ばぬ先の杖になれば幸いです。

現象

検証条件

デフォルトのタイトル列、作成したtest列にそれぞれ連番が一行テキスト形式で入ってる状況。
image.png
タイトルだけインデックス付きに。
image.png

Power Appsの場合

問題無く抽出される
image.png

Power Automateの場合

test列では5000件まではOKだけど5001件目から抽出されず。
image.png
image.png
タイトル列では問題無し(インデックス付きのおかげ)。
image.png
image.png

結言

Power Appsで表示されないなどの現象が起きなくなって忘れかけてた5000件問題、油断禁物でした。

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