Error : Select Item 'combo box': Error HRESULT E_FAIL has been returned from a call to a COM component

Hi All,

I’m trying to select an item in Desktop Application from drop-down based on the Excel DataTable Data .

image

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.

image

Please help me with this.
Thanks in Advance:-)

Hi @Vaishnav_Tej

Can you use a click activity to get the select item menu and then try the select element activity

Cheers