How to activate and select value from a list of values in Markview dropdown list

I’m new to UiPath. I’m trying to automate data entry in Markview. One of the fields to enter, is a drop down list and a particular value needs to be selected. How do I go about accomplishing this?

Thanks for your time.

You can use the Select Item activity and provide the string you with to select.

Tim
Thanks for your response.

I get following error now.

19.2.0+Branch.master.Sha.21b678a4c3a8b1362fcdd6e92496f991e5a7da37

Source: Select Item (Select Item)

Message: Error HRESULT E_FAIL has been returned from a call to a COM component.

Exception Type: UiPath.Core.ElementOperationException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
UiPath.Core.ElementOperationException: Error HRESULT E_FAIL has been returned from a call to a COM component. ----> System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.
   at UiPath.UiNodeClass.Set(String bstrAttr, Object vValue)
   at UiPath.Core.UiElement.Set(String attribute, Object value)
   --- End of inner ExceptionDetail stack trace ---
   at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
   at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
   at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)![Error|690x371](upload://hIvlerTBxCcSOQBIEGA7jRqQgUd.png)

@csathys,

If select item is not working then try this way. Take two click activities: one for selecting drop down menu box and another one for select any item from drop down list and make dynamic selctor.

Are you automating in Chome? If yes, try to uninstall the Chrome Extension then re-install it again.

If you try via the Recorder for Web it should present the options when you use the select item button.

Hi All,

I was able to retrieve all items in the drop down list on a web app and store the items in “BranchList” - String Array, however now i want to select item in the list automatically and export report, and repeat this activity for all items in the list…Please help

within your for each, use select item and export.

you will have to add additional delays etc to wait for it to export properly or follow the correct steps.

Thanks :slightly_smiling_face:

It’s resolved now:

1 Like