Hello,
My workflow deals with two windows at a time. I have to copy data from local excel application and paste it in a window based application in citrix environment. The copy works at times but not always.
Steps
- Press CTRL+F to find a record based on Id in Excel (Attach window container for excel and steps related to it)
- CTRL+SHIFT+RIGHT to copy the row for the specific id
- CTRL+C to copy
- Attach window for citrix app
- press CTRL+F to find a record based on Id
- CTRL+V to paste the record.
Note: I fetch the id value for each row by using for each loop.
The issue is with the citrix window. Though am only dealing with keyboard shortcuts, it is not working always. Any help would be appreciated.
No screenshots and xxaml file due to confidentiality issues
Thanks
Selva