Skip to main content
Ground Control | Tier 1
October 23, 2024
Solved

Drag and Drop

  • October 23, 2024
  • 3 replies
  • 216 views

Can you help on the below:- 

 

By using the Automation Anywhere tool, I need to drag an email from outlook inbox (which will have lot of emails and will receive new emails on daily basis) and drop one by one email to another application. With what all actions can we achieve this.

Best answer by Aaron.Gleason

You can simulate drag and drop options with Automation Anywhere by using the Mouse functions. The down side is that it is coordinate based. 

As long as the email is in the same location on screen, you can perform a mouse down action, then a move mouse action, then a mouse up action. 

3 replies

Vatsy
Most Valuable Pathfinder
Most Valuable Pathfinder
October 23, 2024

Hi @Anil_k1,

You can’t perform the drag and drop action using AA. Please try copy and paste manually first to see if your requirement is fulfilled that way. If yes, then you can mimic the same action by using the Send Keystrokes action in AA.

Vatsal Mehta - Ideate. Automate. Innovate. - LinkedIn URL: https://www.linkedin.com/in/vatsalmehta18
Aaron.Gleason
Automation Anywhere Team
Automation Anywhere Team
October 23, 2024

You can simulate drag and drop options with Automation Anywhere by using the Mouse functions. The down side is that it is coordinate based. 

As long as the email is in the same location on screen, you can perform a mouse down action, then a move mouse action, then a mouse up action. 

Pathfinder Advocate | Tier 6
October 24, 2024

Hi @Anil_k1 you might do it with mouse:click options. You can click and move the mouse with easily.

Before that, you should test this scenario a lot, to check if there is no error.

Since you have to use mouse click and down-up options, then you have to open outlook and that application in the screen like (50%of screen for outlook, 50% of screen for application, or you may change the percentage)

If you have any question, feel free to ask