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 Patch 関数でSharepointリストに添付ファイルを追加する

Posted at

Power AppsでForm ではなくPatch関数でSharePointリストを更新したいが、添付ファイルのコントロールが無い

  • 一旦 フォームの部品を追加する
    • フォームの添付ファイルの部品だけ残す
      *Patch関数の{} の後に, を追加して追加したFormの Updatesを指定

Patch(
リスト名,
Defaults(リスト名),
{
Title:"XXXXX"
,Type:radio1.Selected.Value
},
Form1.Updates
);

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?