Detect Item in Native Text and iterate through Native Text List

Hello,

i got the following Problem:

In my Application i got a list which UIPath can only identify if i select the Native Text Option.

image

My first question: Is it possible to iterate through a List with variable length which is only identified as Native Text?

My second question: UIPath should click on the List item if the Text is “Steuer”. Is there a function which i can use for this case?

Hi Tobi,

I would recommend you to use data scrapping and export the entire table. Which will allow you to have a data table over which you could iterate.

Then use a dynamic selector and pass in the value of the second column. In row #1 will be “Steuer”.

Hope this will you and idea on how to achieve what you are looking for.