Can someone please optimize this code so that my result of data have GRIDS in them.
I am merging 2 create html table action.
<table>
<thead>
<tr>
<th>Date</th>
<th>Records</th>
<th>Dials</th>
<th>1st Pass Dials</th>
<th>Dials/Record</th>
<th>Contacts</th>
<th>Contacts/Hour</th>
<th>Contact Rate</th>
<th>Submissions %</th>
<th>Total Submissions</th>
<th>Payable %</th>
<th>Billable Transactions</th>
<th>Revenue</th>
<th>Rev / Billable Transaction</th>
<th>Rev / Submission</th>
<th>Rev / Contact</th>
<th>Hours</th>
<th>RRPH</th>
<th>Records/Hr</th>
<th>Dials/Hour</th>
<th>Cost</th>
<th>Profit</th>
<th>PPH</th>
<th>MM%</th>
</tr>
</thead>
<tbody>
@{split(split(body('Create_HTML_table'),'<tbody>')[1],'</tbody>')[0]}
@{split(split(body('Create_HTML_table_3'),'<tbody>')[1],'</tbody>')[0]}
</tbody>
</table>
Below is the result of the above code.
And this is the result that I want..

Report
All responses (
Answers (