1
2

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 5 years have passed since last update.

powerappsテキストフィールドをドロップダウンにする

Posted at

#テキストフィールドをドロップダウンにする
powerappsで簡単に3画面ができると次は、投稿をよりスムーズにするためにカスタマイズをできるようにしたくなってくる。
テキストフィールドをクリックすると、ドロップダウンを入力するようにできる。

image.png

Editfoamからフィールドの編集をクリックする

image.png

フィールドを編集する

image.png

フィールドを編集したい場所 この場合は、

![image.png](https://qiita-image-store.s3.ap-northeast-
1.amazonaws.com/0/204488/5f97d639-8af9-5896-8109-c5e8de4d1c8a.png)

カスタムの設定になっていたので、
あたらしく追加をして許可値に設定をし直す。

image.png

["hello", "good"] とかなんとか する
image.png

これによってうまくドロップダウンをすることができる。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?