Hello! I have a workflow that is taking a report and performing a calculation. I want to add one row above the headers of the output table that show what the inputs are and what the calculations are for each column. So say we have column headers: column 1, column 2 and column 3. I want to add a row above the headers to identify column 1 as "A", column 2 as "B" and column 3 as "A*B". Is this possible?
Thanks in advance!