Update row in a data table is not working

@Krithi1,

Try using the condition like this:

If(IsDBNull(row("ColumnName")) OrElse String.IsNullOrEmpty(row("ColumnName").ToString()), "Empty column values", "Got the values")