Select Item from dropdown Menu Item

I am trying to automate a process where it requires to select Item from Dropdown menu based on the Input received. I have attached the image if menu.
Dropdown%20Menu

I tried configuring this menu using assist edge but I am not getting any property where I can fetch the name of the items in the menu.

Hi,

If your drop down DOM have option or select tag then only you will be able to use Select by value interaction. Else, you will have to follow the approach to expand droddown first using click interaction and then select desired value using click interaction