Hi,
I have to send keystrokes to edit fields in an application by sending "ALT+3" so i used "%(3)", It works fine while running in object studio but when i run it via process sometimes it is giving issues. It sends "ALT+3" two times, I guess it has something to do with speed. With fast execution are global send keys reliable?
I have also tried sending keys like this "{ALT}", but in this approach blueprism is giving error "ALT" is unrecognisable.
Please let me know the approach how I can make my send key steps more reliable mostly when i want to send in a combination of ALT,CTRL or SHIFT plus any other key.