How to handle searchable dropdown?

@karthikeyuan_subrama,

because selector is incorrect. Why you added semi-colon in between tag and aaname property. Delete semi-colon and also change single quotes.
copy paste below one and try once. After copied it delete single quotes and then again add it.
aaname = ’ “+ row(“RelatedAuthors”).ToString+” ’

@lakshman



@karthikeyuan_subrama,

put one message box activty and print the value of row(“RelatedAuthors”).ToString before performing that click activity. Then check what value is coming from excel.

@lakshman value is coming from excel.
200319-1

@karthikeyuan_subrama,

   - <html title='Create Articles' />
     <webctrl tag='LI' aaname='Raymond Man' />

first check this selector is valid or not. Validate it and then Highlight.

@lakshman i checked this before , its working , its a valid one.