- Either write a VBA macro and call that macro from Power Automate Desktop. PS: There are tons of macros on this topic available over the internet.
- Or you can write a vbscript and call using "Run a VbScript" action.
These would be reliable ways rather than using SendKeys which fail in Production environments.