Compare rows but need exclude 010106 & 010107

Hi @anh.nguyen

How about this expression?

Use If activity

Currentrow("Column Name").Tostring.Equals("010106") or Currentrow("Column Name").Tostring.Equals("010107")

Regards
Gokul

2 Likes