How to show a different column in dropdown list form

Hello there,
I would like to show the Product Name in the form dropdown list rather than the actual Product Id as in the sample app shown in the picture.
How can I set that up?

Thanks!

Solved Solved
0 4 599
  • UX
1 ACCEPTED SOLUTION

If you set the LABEL of the referenced table to Product Name, the labels are listed in the dropdown instead of the key column values. However bear in mind that instead of the label text, the key column values will be recorded in your back-end gSheet, but you will still be seeing the product name in the app.

View solution in original post

4 REPLIES 4

If you set the LABEL of the referenced table to Product Name, the labels are listed in the dropdown instead of the key column values. However bear in mind that instead of the label text, the key column values will be recorded in your back-end gSheet, but you will still be seeing the product name in the app.

Thank you Levent. Iยดll try that

It worked!!!
Thanks again Levent!

Actually I made a concatenated text in a new column and made that the new Label.

Youโ€™re welcome

Top Labels in this Space