Issue with Dropdown selection

Below screenshot shows ,how the dropdown functionality looks…

Have attached the Console widow screenshot as per selection of dropdown field functionality :

  1. Have located on the “Related authors” dropdown field.

  2. Now clicked on the “Related authors” dropdown field.

3.Selected a element from the appeared dropdown field.

Tried with :
1.Typeinto followed by sendHotkeys.
2.Select activity not working - shows off an error form UiPath.
3. click with dynamic selection of path - when i try with a value located from tool(aaname = ‘Raymond Man’) - i am able to select the option- but when i use like ( aaname = ’ " +row(“RelatedAuthors”).ToString+ " ’ ). i used Writeline activity to ensure value is taking from excel which is fine.

Can someone help me to sort out this issue ?
@HareeshMR @nadim.warsi @Karthick_Settu @PrankurJoshi @Aishwarya28 @dennis
@lakshman @oriolsolani

I want to pass values from the Excel and select the dropdown value.

Hi @karthikeyuan_subrama

Did you tried the following activity -

Regards,
Karthik Byggari

@KarthikByggari
Yes i tried and this is not supportive.

Can you send me the selector which you said it is working.

25-Mar-19%2011-30-30%20AM

Please paste the following string in the target for the click activity -

<html title='Create Articles' /><webctrl tag='LI' aaname='" + row(“RelatedAuthors”).ToString + "' />

Copy exactly the same.
Make sure the string will be in a single line.

1 Like

Hey @karthikeyuan_subrama

Select Item Activity will not work on this Type of Uielement.
You can use Click Activity with Simulate property Check to select an item from dropdown list.

Regards…!!
Aksh

I have already tried this. @KarthikByggari

actually i know the solution for this…, imma record the video so u will understand

1 Like

cuz a bit weird to explain

2 Likes

@aksh1yadav @KarthikByggari
I tried seems not working.

Hey @karthikeyuan_subrama

edit your selector in property Input box without opening it in a model box. and replace &quote; with "

Regards…!!
Aksh

@wija
Can you please share me the video.?
you can use “https://www.useloom.com/” to record video and share just the URL.

if we replace &quote; with " wouldn’t we need one more " to close it?

Just a doubt.

we need to close it ’ " +row(“RelatedAuthors”).ToString +" ’

sorry i a bit busy, but the trick is using click image → indicate to the label first → then indicate to the combo box → click ocr

1 Like

@aksh1yadav @KarthikByggari
Dude now the excel data is passed via the selector ,but still not able to select the option.

Finally it worked. Thanks @aksh1yadav & @KarthikByggari
I have added a delay to Click and made “Simulate type” Uncheck.

Solution :
< html title=‘Create Articles’ />
< webctrl tag=‘LI’ aaname=‘“+row(“RelatedAuthors”).ToString+”’ />

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.