Check two columns in datatable

Hi @lope_0238 ,

Try using this condition, that should to the trick.

not String.IsNullOrEmpty(dt_YourTable("ColumnA").ToString) and dt_YourTable("ColumnB").ToString.ToLower.Equals("order executed")