I have an excel file where two cells are merged row-wise and acts as a column title. This column has only 0s and 1s as row values. I am trying PAD to identify if the cell value is '0' and delete the complete row if true.
I have tested it on a simple excel file and the flow that I have works on it.



However, with the actual file, it's not working as the title is a merged cell, I'm getting the 'Column or property 'ColumnTitle' not found' error. 
