String verification in desktop application

I’m having a content(similar to table) in desktop application and I want to verify whether the particular string is present in the app.

Revit software properties tab


Above image is a content and I can’t able to get the selectors or locators for each row. I’m getting as a entire(entire properties UI)

Try changing the UI Framework. Another option is to use Get Text with a Computer Vision selector.

I want to search a string in that ui for validation whether a given string is present or not in that ui using any iterators or with some activities

I gave you two suggestions. Did you try them?