Select item activity error

hey guys , can anyone help to me fixed this bug , i want to select item from drop down menu i used select item but it didn’t work any other activity that i can use ?

1 Like

Hi
You were almost done
The thing is the string been passed is not there in the list to be selected
Make sure once that you have that Item in the list
To verify that we can click on drop down button in the select item activity which will display the items in that list and use a .ToString.Trim along the variable we use especially in these kind of activities

Hope this would help you
Kindly try this and let know for any queries or clarification

Cheers @Mayur_Pawar

1 Like

Hi buddy @Mayur_Pawar

As error mentioned it is not able to find the string which you have passed to it select.
There might be following reasons behind it

  • Might be space issues if you are passing values via variable to getting it from somewhere in your workflow.
  • If you are passing and hard coded value then check that value exists in dropdown or it is based on dependent combo box change events.
  • Or best might be the target element is taking time to load its options so better to use delay or check Simulate property then try it.

Regards…!!
Aksh

1 Like

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