Hello dear RPA developers,
I’m actually trying to remove entire rows from an Excel data table when there is a color (on the same row) but I struggle doing so as you may guess !
Hopefully we know where to check for the color.
I made a test sequence but here is the result:

We have two Excel files there, and on the right is the one which is supposed to have the rows 2, 6 and 8 removed. But only the rows 4 and 8 (could be 8 or 9 or 10 or 11) are gone.
In a For each we have the following activities to add to a collection the rows where a color is spotted:

and later an other for each to remove this collection of rows:

I tried with an array od data row but I was not able to find a good rowindex so I switched to an array of int32.
As you can see, the right numbers of colored rows is detected and deleted

So, if someone have an idea on how to resolve this, he is more than welcome to share them ![]()
Thanks for reading and have a great day.