Clicking a button inside an html table cell

Hi guys, I’m new to the testing area and I’m having a problem to click inside a button that is inside a cell.

I used the example shown here in this link (How to go last row of the webtable using robot framework) it worked well with the fields of text but in the field with the button did not work, showing the variable as empty.

Below are the screens.



When you say it worked well with text fields, was that with Get Table Cell? I believe that these Table keywords are only for elements of type , not

.

Yes, I used the word “Get Table Cell”.
I managed to solve my problem by modifying the xpath that was provided and I ended up directly indicating the element and finally I ended up not using this keyword.

Thank you for your help !!!