'How can I find Scroll Tableau value without specifying row and column?

Currently, I have a keyword that allows me to parse through a Scroll Tableau (implemented GUI) by specifying the Row # and Column # to retrieve the File's Last Modified Date but I need more flexibility. How can I find the date value that corresponds to the required filename on Robot Framework?

i.e. "Locate Scooby in Column 1 of ${Scroll_Tableau}. Record the Row # on which it was found and get corresponding Date from Column 2."

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source