I am working on a Form linked excel that some questions are not mandatory, hence the resulting excel table has empty cells, i.e.:
I am going to Get Row From Excel->Create HTML Table-> Remove empty Cells in the table, so that the table will looks like:
ID | Date | Name | Type2 | Type4 | Type 5 |
1 | 44685 | Tom | Apple | 44942 | TRUE |
i.e
Title 1 | Title 2 | Title 4 | … | Title n |
Answer 1 | Answer 2 | Answer 4 | … | Answer n |
and send the HTML table to email.
How could I do the "Remove empty Cells"?