Skip to main content

Hi,all

I hope to create a dictionary table that can create and edit differant type data for using select options in another table fields.


e.g

1、gender:male/female

2、country:canada/usa/uk

3、currency:usd/eur/rmb


there is a table named supplier that have some fields like gender,country,currency and so on


these fields type is single select,there option can select from the dictionary data.


i need your suggestions to solve my question simply and conveniently.

Hi @Tonny_Wang ,

One “trick” you can do is make the field a Single Line Text field, add all of the options you would want for your dropdown as rows in the field and then change the field to either a Single or Multi select field. This will put all of the listed items as dropdown options.


Reply