Hi All,
I am trying to use a select item activity to select a value from the drop down. But it is not working. It says “This control does not support select item”. I want to select the item from the drop down based on the if-else statements. e.g. - if varValue = ‘Ontario’, select “ON Billing”, if varValue=‘Quebec’, select “QB Billing” (just an example). Is there any alternate way to achieve this. Thanks.