How to select particular value from multi select drop down

I am struggling to select particular value from multi select drop down list Please suggest me that how to select all options of drop down in katalon and based on condition select only one values. Thanks in advance.

Some more details would help to understand your problem. Are you trying to select a particular option from the drop-down or select ALL the options?

Have you tried using “Select all options”?
“Select Option by Value, index or label” are also some of the keywords you can use.

@jyoti.kumari There are generally two ways to select based upon condition. Either using an IF statement or a CASE statement. Which one you can use is based upon the type of condition (or how complicated the type of condition is).