How can i return or click on elements inside iOS Table?

Hi there guys,

I am having issues accessing elements inside iOS app table “XCUIElementTypeTable” , what are the few ways to get the elements and then click on buttons or text within this table?

a snapshot of the table
36

Thank you in advanced

Why not just get a list of the elements of class XCUIElementTypeCell with this:

https://appium.io/docs/en/commands/element/find-elements/

And then sort out the one you want by name?