0
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 1 year has passed since last update.

はじめに

AppSheetを初めて触ってみたのですが、既存のテキストをプルダウンにするだけでもちょっと苦労しました。
せっかく試してみたので、記録として残しておこうかと思います。
※今回は、テンプレートアプリの一部分をプルダウンに変更するというものです。

前提

AppSheetであらかじめ用意されているテンプレートアプリを入れてあるところから開始します。
元々テキスト入力エリアだった部分をプルダウンに変更していきます。

テーブルとレコードの追加

まず、プルダウンリストの値を格納するためのテーブルを作成します。
「New Table」から追加できます。
no01.png

今回は勤怠申請をイメージして、以下のような値を登録していきます。
no02.png

プルダウンの設定とデータの紐づけ

アプリの編集画面から、今回変更したいデータを選択します。
no03.png

現在使用されているテーブルカラム情報が表示されます。
画像の赤枠部分から設定の編集を行います。
no04.png

Source Tableという欄で、先ほど作成したテーブルを選択します。
次に、Input ModeでDropdownを選択します。
no05.png
やることは以上です。

表示確認

作成しているアプリのプレビューを確認します。
選択するとプルダウンが表示されます。
no06.png
no07.png

これで終わりです。

0
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
0
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?