Get text from changing element

Hello UiPath

Trying to explain as detailed as possible.
In the green boarders is an element, And the red borders also show elements Inside the green element.

I want to “Get text” from the red elements, one by one.

The problem I encounter:

The name of the element changes many times if the element has new information. That results in UiPath not finding the correct Element if the name is changed. The good thing is, that Element 1,2 3 and so on are Always on the same place, so I think it should not be too hard but I can not figure out how to program it.

I tried all kinds of Anchors, but I never successfully managed to “Get Text” from element 1, “Get Text” from element 2 and so on.

Thank you for your advice!

@Igor2

Try using for each ui element activity…

Or try using find /get children activity and loop through the child rows

Hope this helps

Cheers

Thank you for your help,

I could not find the FindChildren activity, is it available in UiPath studioX?

I could find the FOREACH element, but unfortunately it told me that its only available for web applications.