Below screenshot shows ,how the dropdown functionality looks…
Have attached the Console widow screenshot as per selection of dropdown field functionality :
Have located on the “Related authors” dropdown field.
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.
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
aksh1yadav
(AKSHAY YADAV)
March 25, 2019, 6:11am
8
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
wija
(Fredy Wijaya)
March 25, 2019, 6:32am
10
actually i know the solution for this…, imma record the video so u will understand
1 Like
wija
(Fredy Wijaya)
March 25, 2019, 6:32am
11
cuz a bit weird to explain
2 Likes
@aksh1yadav @KarthikByggari
I tried seems not working.
aksh1yadav
(AKSHAY YADAV)
March 25, 2019, 6:39am
13
Hey @karthikeyuan_subrama
edit your selector in property Input box without opening it in a model box. and replace "e; 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.
VirajN
(Viraj Nalawade)
March 25, 2019, 6:41am
15
if we replace "e; with " wouldn’t we need one more " to close it?
Just a doubt.
we need to close it ’ " +row(“RelatedAuthors”).ToString +" ’
wija
(Fredy Wijaya)
March 25, 2019, 6:48am
17
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
system
(system)
Closed
March 28, 2019, 8:07am
20
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.