How to select all file at one time in a folder?

Hi all,

Is there a way to select all excel file in a folder?
After I got into a folder, i tried trigger the action using “Send Hotkey: Ctrl + a” to select all the file but it doesn’t works.
No item were selected.

Can anyone guide me on how to select all the file at once in uipath?
Thank you.

Hi
Welcome to uipath community
Once after getting to the folder
Use a CLICK ACTIVITY and click on that window then use use SEND HOT KEY activity with key as ctrl+a

I hope that would work
Cheers @jinyangxp

1 Like

Yes, you can actually use the Click Activity before Send Hotkey Activity (Ctrl +A). Make sure that you use a lowercase “a”, not an uppercase “A”.