Hi guys,
I need select by click event many options.
But the selection must be with the Control key pressed.
Anybody could help me?

Thanks in advance.
Hi guys,
I need select by click event many options.
But the selection must be with the Control key pressed.
Anybody could help me?

Thanks in advance.
Please follow the below steps,
Send Hotkey activity to your workflow and set the Keys property to Control.For Each loop to your workflow and set the Items property to the list of options that you want to select.For Each loop, add Send Hotkey activity, so that the Control key is pressed while selecting the options.Regards,
Kaviyarasu N
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
Official Documentation
Regards
Sudharsan
Thanks Anil_G your information was usefull.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.