I’m creating a word document using by send hot keys (ctrl+a, ctrl+c and other MS Word shortucts) and Type into activities. I wondered, it didn’t work when I locked my screen. I highly appreciate if you share your solutions.
Thanks @AkshaySandhu, Agree, we can use unattended robot for this however, Simulate Type/Click and SendWindowMessage functionality should work with a unlocked screen. Can you please check, what is the issue with main.xaml. It’s not working with unlocked screen though.
yes @vikaskulhari some of the options work with some application but it might not work with others…
As for the case of SendWindowMessages - “This works only with applications that respond to Window Messages.” reference - Background Process - I guess MS Word is not one of them (I might be wrong).
@vikaskulhari
In my knowledge best way will be to use the excel macro to create or edit the word file.
Just create a macro and execute it from UiPath
Couple of reference I found: