Hello Community,
We have multi select drop down custom field with more than 10 values. Our requirement is when we select multiple values then it should display in the same order.
custom field drop down values Ex : A,B,C,D,E and F
While selecting user will first select C then E, F and A. So the order is C,E,F and A.
But after selection custom field values will change the order automatically to A,C,E and F
Is there any way that we can restrict the auto change as per alphabetic order?
Note: We have written automation rule to delete 4th value if user selects more than 3 values from the drop down.
Because of the auto change with alphabetic order its not deleting the 4th values which user selected.
Ex: User selection: C,E,F and A so the 4th values is A and it should be removed.
Because of auto order change A,C,E and F will display in custom field and F becomes 4th value and its removing.