I’m trying to select an item in Desktop Application from drop-down based on the Excel DataTable Data .
I’m passing in_argument from main workflow to subworkflow. For testing purpose I have added message box activity and it’s retrieving proper data. But it is unable to select that retrieved data from the dropdown.
If select item activity is not working then use click activity to click the dropdown icon & use type into activity provide the text as it is in select item data
It will work
Then you can use for clicking dropdown button use click activity then take ‘Select Item’ activity is used to select elements in a drop-down menu (combo-box or list box)
that selects specific elements and then all elements, Try it will work
When using the Select Item activity, is it asking to choose the value? If yes, it should support that element.
Else you will have to go with click activity to open the Select and then use an another click activity to choose the item (By passing the value as dynamic variable)