
Announcements
So I am trying to use the add rows to table action to routinely move Completed status rows to a completed file and then delete them from the original document.
However not all cells will have data in them all the time. I have run into issues before where if a cell is null it will return an error saying something like was expecting string when there was a null.
So I am trying to find an expression that will basically enter the data if it has it but enters N/A if null. to each section of the add rows to table.
So far the expression I did try