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?

Power AppsでSharePointリストをコレクションする際の注意

Posted at

緒言

SharePointリストをコレクションに取り込む際、AddColumnsで別リストから関連レコードも一緒に取り込もうとするとプレビューではOKでも発行済みアプリでは動作しませんでした。対策はShowColumnsで列を絞ってやればOK。

現象と対策

検証データ

testIDthe testKeyIDが紐づいてる
image.png
image.png

プレビューの時

どちらも問題無し
image.png

発行済みアプリの時

絞り込んでない方はデータが取り込めておらず値が表示されない
image.png

結言

横着せず必要な分だけ取得するべし。

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?