Dear Forum,
I have multiple dynamic tables in one Excel sheet, each with different column headers (fixed for each table). These tables are separated by a single blank row, with the table header right above each table.
Currently, my logic involves reading the entire sheet and looping through it to find the row indices of each table header. Then, I use these indices to set the range for another read activity to read each table. I repeat this step for every table.
Is there a more efficient way for the bot to differentiate and read the different tables?