If Statement not recognizing condition

The bot completed successfully when I did that. Its not null, it just doesn’t see the condition as true

If it’s not null, is it maybe whitespace? If yes, you could test with:

Not String.IsNullOrWhiteSpace(value)

No change. It still cycles through all the rows with the if statement being false…