I will be checking for one column, and in this column, there would be some cells that are empty. Using the IF condition, how do I do so?
Hi @Shannon_Quek ,
If you are using for each row activity, it can be checked by
string.isnullorempty(CurrentRow("ColumnName").toString)
in the if activity condition.
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.