To check if a value is empty you can use the is-empty command.
The command can be used for string values, lists and records.
The opposite check to see if a value is not empty can be done with the is-not-empty command.
Just like with the is-empty command this can be used for string values, lists and records.
To check if values in a table column are not empty the names of the columns to check can be passed as argument.