Multiple selection click with key Control pressed

Hi guys,

I need select by click event many options.
But the selection must be with the Control key pressed.

Anybody could help me?

Captura de tela 2023-01-03 113310

Thanks in advance.

1 Like

Hi @Ladimir_Abdala

Please follow the below steps,

  1. Add a Send Hotkey activity to your workflow and set the Keys property to Control.
  2. Add a For Each loop to your workflow and set the Items property to the list of options that you want to select.
  3. Inside the For Each loop, add Send Hotkey activity, so that the Control key is pressed while selecting the options.

Regards,
Kaviyarasu N

1 Like

@Ladimir_Abdala

Use Select multiple items activity

Or

You can do a ctrl down([d(ctrl)]) before the activity of click and then after activity do ctrl up([u(ctrl)]) using type into

cheers

2 Likes

HI @Ladimir_Abdala

Have you tried using Select Multiple items activity?
image
image

Regards
Sudharsan

1 Like

Official Documentation

Regards
Sudharsan

1 Like

Thanks Anil_G your information was usefull.

1 Like

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