Assignment 1 "Select Item" Activity is not working in Update_WorkItem Workflow

Assignment 1: Unable to drop down New Status in Update Work Item
.
Things I have tried but, did not work,
-Using Attach Browser
-Using Click activity before the select item activity
-With UI explorer as mentioned in the walkthrough

Please Help me to solve this.
Thank You

@Amit_Kapoor

Welcome to our uipath community.

Yes Select Item activity won’t work in ACME site. You need to use two click activities.

  • one click Activity to click on Drop down box.
  • Other one is to Click item from drop down list. For this make Selector dynamic to Select required value from drop down list.
1 Like


select this selector for your select item!

1 Like

Thank you for your Reply…I am trying with two click activities but It doesn’t work for me :frowning:
Also try this
but doesn’t help
Please Solve this
Update_WorkItem.xaml (11.5 KB)
Thank You :slight_smile:

Thank you for the reply
but I already try this doesn’t work :frowning:

okayupdateWorkItem.xaml (8.6 KB)
try my workflow!
@Amit_Kapoor

Your Workflow works but I don’t know why it works only when I run it Individually. And when I Paste it to ReFrameWork-master>System1 Folder then it’s not working

after copying the workflow to system1 folder did you changed the invoke workflow path?

Yes.

it should workfine then!
check the selectors of workitem and run

1 Like


Right once again Selector on not Validate :frowning:

it’s okay
try without validating it will work!

I am trying but still not working

you are using firefox? my workflow is different web re select the ui element!

1 Like

yes I changed it to FireFox.exe…
done but still not working

okay wait!
ill send you the selector for that!

ok Thanks

New Text Document.txt (114 Bytes)
use this selector! paste it in select item activity!

1 Like

Still not working :frowning:


your Type Into Activity was also not running I have added In_comment activity from my previous workflow
Still Unable to understand