How to identify and get the table data from an excel

Hi Team,

Please find the attached screenshot. I have to get the table of data from excel. the starting position of the cell is A6 Or A7 or A8

Sometime it’s starts from B6

Please guide me how to get the data. Starts from Customer ID

@K_Anbarasu Hi, you can use for each data row activity.

@K_Anbarasu

  1. Use find/replace activity and search for customer id …this would return the cell number where customer id is present
  2. Use the returned value in read range as start cell and read the table

Cheers