LoginSignup
4
1

More than 3 years have passed since last update.

Power Appsでお手伝いアプリを作成してみた1

Last updated at Posted at 2020-12-04

概要

Power Appsを使って、お手伝いアプリを作成しました。
今回は、画面の構成やテーブルの構成を書こうと思います。

画面の構成

・お手伝い項目
・ポイント表示
・お手伝い報酬
 何かがもらえるって思うと頑張れるよね???

項目にあるお手伝いをするとポイントがもらえるルールにして、ポイントが増えるごとに買ってもらえるものも多くなる
image.png

テーブルの構成

今回は、MicrosoftDataverseを使用します。

データ型
お手伝い項目 テキスト
ポイント 整数
報酬 テキスト
報酬ポイント 整数
ポイント履歴 テキスト

これで、テーブルの構成ができた!

次回

Power Appsの画面作成に行くよー
今回はすんごく短くなっちゃったけど…次は長いよ!

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