i am trying to replicate a simple python addin i had, it would populate a dropdown with a list of values from a feature class and zoom to the selected value(for example states), i am new to the arcGIS Pro SDK and i cant even figure out how to make a list of all the values in a field. Featureclass is in a file geodatabse,
How can i get a list of values from a feature class?
then how would i zoom the active map to the extent of that feature?