Skip to main content

Hi, I want to copy data from excel and paste into a field in an application (in Java or windows..Im not sure). So im using a loop > get array date > set UI object value to

 

My data in excel

25545iD914567746217CF1.jpg

Example: Copy 18PKL0000988-00, and paste to a field in application > Policy No field

25546i8E4C40896489684B.jpg

In my advance command 25547i11C91C3542466FD5.jpg

 

Set UI object value to

By right in the UI object, it can capture the Policy No field

25548i276476DD04AD1C65.jpg

 

I am using v5.3, not sure latest version can fix this? Or any other way to do this?

Thanks!

Hi,

 

At least from the screenshot this does appear to be a Java application. You cannot use UI automation commands for this, we have specific Java ACs at use the Java Access Bridge to communicate with Java apps.

 

Depending on your version you may see only 4 of these ACs. If you don't have the Java access bridge enabled or you have an old version of Java that is not compatible you can always use visual automation to click on the field and type in the value using the Input Text AC

 


If you download the v20.3 Installation and Upgrade Guide, there is a guide on how to enable the Java Access Bridge in Appendix H.

 

https://community.kryonsystems.com/KryoNet/s/article/Kryon-RPA-v20-3


Reply