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?

More than 1 year has passed since last update.

ListとPower AppsとPower Automateの三角関係

Posted at

Power Platformでアプリを作る簡単な方法は、Listを作り、それを元にPower Appsを立ち上げる。そしてアプリ上のボタンで入力を促すが、どうも動作が分からない。そういう時にPower AutomateからListを更新する方法もあるよ。

image.png

Power Apps上にボタンを配置する。
Power Automateでフローを作る。
User()はマイプロフィールの取得で代用
時間はutcNow()で取得
項目の更新でListに変数を代入していく。リストの選択肢はこのコントロール内で選べるので、Power Apps側は選択肢に応じたボタン構成にしておくと簡単
もしPower Appsからデータで送る場合は、Run()の引数に記述する。
ボタンはフローの名称.Run()を記述する。
入力完了画面を出したい時は、続けて;Navigate(Screen1,ScreenTransition.Fade)を入力
入力完了画面に四角を置き、透明にして、全画面に広げる。OnSelectにBack()と書く。

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?