Because you have the Filter activity in the For Each Row loop. You need to convert all the column values to upper case and trim first before the Filter activity. If you do the filter in the loop, some of the values might not have been converted yet and thus doesn’t match.