Hi team,
Currently I am working on RPA automation that interacts with SAP application. I want to give a little bit background about the process -
I am using REFramework - for every transaction that is supposed to be updated in SAP - at this stage we need to extract the values use in the screenshot here.
For now let’s consider Person number which the value we want to extract is 86529. When I try to extract - I’ve not been able to extract the number, instead the title (Person number) keeps being extracted instead of the number.
If you see my original screenshot Post, it is the get text’s output “Person number”. Is there anyway you think of without switching to modern design? Thanks!
Use the table extraction on that window you will get all the values in the datatable then you can assign person number from that datatable to a variable.