How to find the background color of an Excel cell?

@SantoshPothina Hi, the file will have more than 50 rows. I used 50 just for testing purposes on a section of the file. Anyway, regarding my question I already managed to do what I was thinking. For example, one my previous screenshot I had the ExcelApplicationScope inside a ForEachRow and that wasn’t make any sense. What I did instead was a simple Sequence, with just an ExcelApplicationScope with a ForEachRow activity.

I used IndexOf (which indeed it works similar to a counter) and for each loop, I will get the cell color of the row I’m looking for. Here’s a glimpse of what I have done:

Cheers.