Hi @scsb
The selector should be of the form:
//*[contains(text(),'ODA 076 I')]//../td
The above selector tries to target the element based on a certain text being present within the element & hence I suggested the same in your scenario.
Hope that helps clarify the suggestion.
Cheers,
Surya