Orderby for valid_if

Hello! Can I use orderby expression in a valid_if expression - I want the dropdown to be sorted?

0 2 624
2 REPLIES 2

@Oleg_Romanenko
You can use ORDERBY expression with REF type columns. If itโ€™s a normal list other than REF, than you can use SORT expression


Thank you! The SORT() is what solved it for me.

Top Labels in this Space