Excel Loop (How to extract cell value)

Hi, I am trying to print a cell value from excel file using excel loop activity. I have to capture a cell value using an IF ELSE condition which is present in 2nd row. the condition is like this, If there is “0” value present in the column then we have to print the 2nd row value of that column which is title of that column.

Hi,

When the second iteration runs the argument will have the value from second row. You can put your condition accordingly.

Regards,
Amit