How to handle Tables in Windows application in Katalon Studio

I am trying to iterate through the data of a table in a Windows application. Katalon is allowing me to achieve this in web applications but am not finding any help in Windows applications. anyone can provide support? Here is the code for the web application.

Hi,

Is this supposed to support?

Hie,
Katalon has provided the guidelines related to handling the web tables and even there is a lot of help available in the community. that’s why I asked this query here.

Does the Windows table have any sort of hierarchical structure? A table in HTML is made up of table, tr, th & td tags… last time I saw a Windows app, there was no such equivalent, meaning you might not be able to do exactly the same approach.
Have you tried any Appium forums? They seem to have a good understanding of Windows apps