Thank you for your advice.
However, I set the department_name column to the label, but the order displayed in the pull-down was not the order of sort_num.
Also, setting sort_num to the label did not change.
I want the pull-down to show Sales, Marketing, Admin in that order.
Thank you very much for creating the demo!
The department names sorted by sort_num are displayed in the pull-down menu! !!
I was impressed that there was such a way.
It would be perfect if this could be done, but is it possible to prevent the selection in the pull-down from being changed if the master is changed?
Also, when adding a choice, can it be added temporarily instead of being added to the master?(Like setting “Allow other values” in Enum type column)
“prevent the selection in the pull-down from being changed”
“can it be added temporarily instead of being added to the master”
=> Why do you even need a master list if you do not want to see the changes in it? And your user’s department will have no system relationship to your dept table.
Well, but if you really want to do what you are saying, the below setting may provide a solution
Coincidentally, I was just doing something similar. In my case, I put the items I wanted in my pulldown menu for an Enum column in Data Validity → “Valid if” and that determined my order. You are working with a different column type but I wonder if putting your expression in “Valid if” might not fix your problem.
I am developing an application management system on AppSheet for another project, but there was a request that the user did not want to update the information of the project applied in the past.
Thank you for your suggestion. It means that you need to specify it directly with Suggested value.
Thank you for your long-term support!