Hello Friends,
I am facing issue while running ‘System1_UpdateWorkItem’ workflow. Here is the error message and selector. Please help me to resolve this issue.
Try using an ‘Attach Browser’ activity and place your ‘Select Item’ within it with a partial selector.
Thanks,
Rammohan B.
1 Like
Hello @Rammohan91 I tried as you suggested but it is not working. It would be very helpful if you can provide selector code for ‘New Status’ field for ‘Select Item’ activity.
Also I tried with button click activity and its is working fine but I don’t understand how to pass selected value from click activity. Please help.
<html htmlwindowname='WI-Update' title='ACME System 1 - Work Items' />
<webctrl id='newStatus' tag='SELECT' />
I have used this for select item and have passed “Completed” in it
1 Like
So you mean, you passed “Completed” as default value? Then it worked but I don’t want to pass any default value but want robot should select ‘Completed’ from the list depending upon idx, so is there any way to do that?