If I'm understanding your question correctly, you want to make a drop down list with several values. Can you describe your use case a little further?
You can use the dropdown widget and if you want to use fixed values there, simply make an enumeration with those values and connect it to the dropdown widget. You can find it under “input widgets”