How to drag?

functions

i have import excel data into my web application. So in attached screen i have marked red color all that options are drop-downs in my excel, and here dragged part i have marked as green color . So i need to drag that green color marked part to be low and Merrimack option row.So is there any options to drag and drop one place to another place in uipath please help me to resolve this issue.

thanks in advance.

Hi,

The following might help you.

Regards,

i have already tried this example but it is not working is there any another solution please send me.

Hi,

It might not work, but could you try the following?

  1. Hover at Green color marked part (Cursor Position:Center)
  2. Click Down at Green color marked part (Cursor Position:Center)
  3. Hover at Green color marked part (Cursor Position:Center, Offset X=5, Y=5)
  4. Hover at Merrimack option row (Cursor Position:Center)
  5. Click Up at Merrimack option row (Cursor Position:Center)

Regards,