I have used "Find and replace" in Data Table function (just find) and the result of this function is stored in the Data table "DataTableMatches" -> example output is (1,0) -> it finds the match and displays the row and column number of the match as shown below

Now, I need to pass this value of Row (9) and Column (0 + 1 - adding +1 to find a specific value in a row hence column index will be 1) to another Data table (let us say it is called DataTableFinal) to find a specific row.
How to pass this value to the data table "DataTableFinal" so that I can find a specific value from it? I have tried many ways but no luck yet.