Drop Down Menu value not able to select

By HTML tags have code as below
ADMIN

can you guide me how to write command in Katalon studio for drop down action

Department Groups
–Admin
–Supervisor
–Worker
–Sales

Try the WebUI.click method on one of the span elements.

Do NOT use any of the WebUI.SelectOptionBy… methods (since you do not have a select element in that HTML source).

sendkeys would do the job for dropdown menu