I use valid_if to get a dropdown list for one...

I use valid_if to get a dropdown list for one field. Is it possible to set the first value on the dropdown list as default value for this field?

0 2 433
2 REPLIES 2

If your formula is like SELECT(Table[Column],TRUE), you can read the first value from that list with ANY(SELECT(Table[Column],TRUE))

@Aleksi_Alkio Awesome!! Thanks very much

Top Labels in this Space