I have written a script to populate the items in a drop-down list but only if there is no entry already existing.
The problem I have is recognizing that the list is empty. I have tried to test for null (if dropdown.isNull = true) and testing the
rawValue = "" and a bunch of other things with no good result.
I'm sure this is easy but apparently not for me.
Thanks for the help!