Description
Removes all empty rows from a table.
Parameters
Table
-
Save the previous step result: take the previous step result to get a variable that contains a table.
-
Calculate a value: use JS to get a table.
Condition
-
Each cell in a row is empty: removes all rows with all empty cells.
-
At least one cell in a row is empty: removes all rows with at least one empty cell.
Usage Examples
This activity helps to filter your table and remove all empty rows.