Dropdown list initial value

How can I change the initial value of a dropdown list? Specifically, I’d like to change from “” to “” eg a value not in the assigned dataset.

Also, how would I set it to a default value from my dataset?

Change the “No Selection Label” property of the dropdown (its an “expert” property).

See the manual page here: inductiveautomation.com/prod … opdown.htm

Hope this helps,

You could also just select a value in the designer then save it. It depends what you’re trying to do. That should work if your dataSet of selection options always includes the default value you selected, which is true in most cases.