<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How to send straight table data to email as HTML table using Qlik Automate in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-straight-table-data-to-email-as-HTML-table-using/ta-p/2454202</link>
    <description>&lt;P&gt;&lt;SPAN&gt;This article provides an overview of how to&amp;nbsp;&lt;/SPAN&gt;send straight table data to email as an HTML table&amp;nbsp;&lt;SPAN&gt;using Qlik Automate.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The template is available on the template picker. You can find it by navigating to&amp;nbsp;&lt;STRONG&gt;Add new -&amp;gt; New automation -&amp;gt; Search templates&lt;/STRONG&gt;&amp;nbsp;and searching for 'Send straight table data to email as table' in the search bar, and clicking the&amp;nbsp;&lt;STRONG&gt;Use template&lt;/STRONG&gt;&amp;nbsp;option.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You will find a version of this automation attached to this article: "&lt;EM&gt;&lt;STRONG&gt;Send-straight-table-data-to-email -as-HTML-table.json&lt;/STRONG&gt;&lt;/EM&gt;".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId-1317109074"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Full Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send straight table data to email as HTML table figure 1.png" style="width: 502px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166958i420D80B24DA0C7DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="send straight table data to email as HTML table figure 1.png" alt="send straight table data to email as HTML table figure 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send straight table data to email as HTML table figure 2.png" style="width: 589px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166959iE8B369EDD9245D65/image-size/large?v=v2&amp;amp;px=999" role="button" title="send straight table data to email as HTML table figure 2.png" alt="send straight table data to email as HTML table figure 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3 id="toc-hId--1601348018"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Automation structure&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;The following steps describe how to build the demo automation:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Add a variable called '&lt;STRONG&gt;EmailBody'&lt;/STRONG&gt;&amp;nbsp;to build the email body, and append the body opening tag and opening text of the email as value to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add another variable called '&lt;STRONG&gt;EmailStraightTable'&lt;/STRONG&gt;&amp;nbsp;and append the table opening tag together with the table header opening tag as a value to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Use the '&lt;/SPAN&gt;&lt;STRONG&gt;Get Straight Table Data'&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;block from the Qlik Cloud Services connector to get data from the straight table for a specific app to be sent as an email. Specify app ID, Sheet ID, and Object ID input parameters. You can use the&amp;nbsp;&lt;EM&gt;do-lookup&lt;/EM&gt;&amp;nbsp;functionality&amp;nbsp;to find value for all these parameters. There is a limit of 100,000 records that can be retrieved through the &lt;/SPAN&gt;'&lt;STRONG&gt;Get Straight Table Data'&amp;nbsp;&lt;/STRONG&gt;block. This block will not work with other table types.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add a '&lt;STRONG&gt;Loop'&lt;/STRONG&gt; block to loop over the keys from the '&lt;STRONG&gt;Get Straight Table Data'&amp;nbsp;&lt;/STRONG&gt;block response which act as the&amp;nbsp;headers of the HTML table. Use the '&lt;STRONG&gt;{getkeys: {$.GetStraightTableData}}&lt;/STRONG&gt;' formula in the '&lt;STRONG&gt;Loop'&lt;/STRONG&gt; block.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the key/column name as the header of the HTML table in the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable block. Outside the loop, add the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable block, and append the table header closing tag, and table body opening tag as values to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add&amp;nbsp;a '&lt;STRONG&gt;Loop'&lt;/STRONG&gt; block to loop over all the values from the '&lt;STRONG&gt;Get Straight Table Data'&amp;nbsp;&lt;/STRONG&gt;block response. Within the '&lt;STRONG&gt;Loop&lt;/STRONG&gt;' block add the following blocks:&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Use the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable block and append the table row opening tag as a value to this variable.&lt;/LI&gt;
&lt;LI&gt;Use another '&lt;STRONG&gt;Loop'&lt;/STRONG&gt; block to loop over all values from the straight table for the current key/ column of&amp;nbsp;the straight table.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Next, use the '&lt;STRONG&gt;EmailStraightTable&lt;/STRONG&gt;' variable block and append the table data opening tag along with the column value for the corresponding key from the straight table which ultimately gives a single row with values for all the keys in each iteration and the table data closing tag as value to this variable.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Use the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable block and append the table row closing tag as a value to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Add the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable block and append the table body closing tag with table footer tags as a value to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the '&lt;STRONG&gt;EmailBody&lt;/STRONG&gt;&lt;STRONG&gt;'&amp;nbsp;&lt;/STRONG&gt;variable block and append the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable, which contains the final HTML table with straight table data, together with the email footer, and body closing tag as a value to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add a '&lt;STRONG&gt;Send Mail&lt;/STRONG&gt;' block from the Mail connector&amp;nbsp;&lt;SPAN&gt;to send an email with the above constructed HTML table that contains straight table data. Specify values for all the mandatory input parameters. Please connect to the SMTP server by adding a connection to the Mail connector.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;An example output of the email sent:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example report output.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166960iA855B5D180531989/image-size/large?v=v2&amp;amp;px=999" role="button" title="example report output.png" alt="example report output.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and will be used at your discretion. Depending on the tool(s) used, customization(s)andor other factors, ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2427309" target="_self"&gt;How to export more than 100k cells using Get Straight Table Data Block&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Cloud Analytics&lt;/LI&gt;
&lt;LI&gt;Qlik Automate&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 23 May 2025 13:17:07 GMT</pubDate>
    <dc:creator>AfeefaTk</dc:creator>
    <dc:date>2025-05-23T13:17:07Z</dc:date>
    <item>
      <title>How to send straight table data to email as HTML table using Qlik Automate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-straight-table-data-to-email-as-HTML-table-using/ta-p/2454202</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This article provides an overview of how to&amp;nbsp;&lt;/SPAN&gt;send straight table data to email as an HTML table&amp;nbsp;&lt;SPAN&gt;using Qlik Automate.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The template is available on the template picker. You can find it by navigating to&amp;nbsp;&lt;STRONG&gt;Add new -&amp;gt; New automation -&amp;gt; Search templates&lt;/STRONG&gt;&amp;nbsp;and searching for 'Send straight table data to email as table' in the search bar, and clicking the&amp;nbsp;&lt;STRONG&gt;Use template&lt;/STRONG&gt;&amp;nbsp;option.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You will find a version of this automation attached to this article: "&lt;EM&gt;&lt;STRONG&gt;Send-straight-table-data-to-email -as-HTML-table.json&lt;/STRONG&gt;&lt;/EM&gt;".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Content:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId-1317109074"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Full Automation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send straight table data to email as HTML table figure 1.png" style="width: 502px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166958i420D80B24DA0C7DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="send straight table data to email as HTML table figure 1.png" alt="send straight table data to email as HTML table figure 1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send straight table data to email as HTML table figure 2.png" style="width: 589px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166959iE8B369EDD9245D65/image-size/large?v=v2&amp;amp;px=999" role="button" title="send straight table data to email as HTML table figure 2.png" alt="send straight table data to email as HTML table figure 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3 id="toc-hId--1601348018"&gt;&lt;FONT color="#339966" data-darkreader-inline-color=""&gt;&lt;STRONG&gt;Automation structure&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;FONT color="#000000" data-darkreader-inline-color=""&gt;The following steps describe how to build the demo automation:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Add a variable called '&lt;STRONG&gt;EmailBody'&lt;/STRONG&gt;&amp;nbsp;to build the email body, and append the body opening tag and opening text of the email as value to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add another variable called '&lt;STRONG&gt;EmailStraightTable'&lt;/STRONG&gt;&amp;nbsp;and append the table opening tag together with the table header opening tag as a value to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Use the '&lt;/SPAN&gt;&lt;STRONG&gt;Get Straight Table Data'&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;block from the Qlik Cloud Services connector to get data from the straight table for a specific app to be sent as an email. Specify app ID, Sheet ID, and Object ID input parameters. You can use the&amp;nbsp;&lt;EM&gt;do-lookup&lt;/EM&gt;&amp;nbsp;functionality&amp;nbsp;to find value for all these parameters. There is a limit of 100,000 records that can be retrieved through the &lt;/SPAN&gt;'&lt;STRONG&gt;Get Straight Table Data'&amp;nbsp;&lt;/STRONG&gt;block. This block will not work with other table types.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add a '&lt;STRONG&gt;Loop'&lt;/STRONG&gt; block to loop over the keys from the '&lt;STRONG&gt;Get Straight Table Data'&amp;nbsp;&lt;/STRONG&gt;block response which act as the&amp;nbsp;headers of the HTML table. Use the '&lt;STRONG&gt;{getkeys: {$.GetStraightTableData}}&lt;/STRONG&gt;' formula in the '&lt;STRONG&gt;Loop'&lt;/STRONG&gt; block.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the key/column name as the header of the HTML table in the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable block. Outside the loop, add the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable block, and append the table header closing tag, and table body opening tag as values to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add&amp;nbsp;a '&lt;STRONG&gt;Loop'&lt;/STRONG&gt; block to loop over all the values from the '&lt;STRONG&gt;Get Straight Table Data'&amp;nbsp;&lt;/STRONG&gt;block response. Within the '&lt;STRONG&gt;Loop&lt;/STRONG&gt;' block add the following blocks:&lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Use the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable block and append the table row opening tag as a value to this variable.&lt;/LI&gt;
&lt;LI&gt;Use another '&lt;STRONG&gt;Loop'&lt;/STRONG&gt; block to loop over all values from the straight table for the current key/ column of&amp;nbsp;the straight table.&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Next, use the '&lt;STRONG&gt;EmailStraightTable&lt;/STRONG&gt;' variable block and append the table data opening tag along with the column value for the corresponding key from the straight table which ultimately gives a single row with values for all the keys in each iteration and the table data closing tag as value to this variable.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Use the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable block and append the table row closing tag as a value to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Add the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable block and append the table body closing tag with table footer tags as a value to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add the '&lt;STRONG&gt;EmailBody&lt;/STRONG&gt;&lt;STRONG&gt;'&amp;nbsp;&lt;/STRONG&gt;variable block and append the '&lt;STRONG&gt;EmailStraightTable'&amp;nbsp;&lt;/STRONG&gt;variable, which contains the final HTML table with straight table data, together with the email footer, and body closing tag as a value to this variable.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Add a '&lt;STRONG&gt;Send Mail&lt;/STRONG&gt;' block from the Mail connector&amp;nbsp;&lt;SPAN&gt;to send an email with the above constructed HTML table that contains straight table data. Specify values for all the mandatory input parameters. Please connect to the SMTP server by adding a connection to the Mail connector.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;An example output of the email sent:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example report output.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166960iA855B5D180531989/image-size/large?v=v2&amp;amp;px=999" role="button" title="example report output.png" alt="example report output.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and will be used at your discretion. Depending on the tool(s) used, customization(s)andor other factors, ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-export-more-than-100000-cells-using-the-Get-Straight/tac-p/2427309" target="_self"&gt;How to export more than 100k cells using Get Straight Table Data Block&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Cloud Analytics&lt;/LI&gt;
&lt;LI&gt;Qlik Automate&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 23 May 2025 13:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-straight-table-data-to-email-as-HTML-table-using/ta-p/2454202</guid>
      <dc:creator>AfeefaTk</dc:creator>
      <dc:date>2025-05-23T13:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to send straight table data to email as HTML table using Qlik Automate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-straight-table-data-to-email-as-HTML-table-using/tac-p/2521402#M15965</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134179"&gt;@AfeefaTk&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amazing automation. &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp;&lt;STRONG&gt;{getkeys: {$.GetStraightTableData}}&lt;/STRONG&gt;&lt;SPAN&gt;' formula in the '&lt;/SPAN&gt;&lt;STRONG&gt;Loop'&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;block fetches all the column names from a table.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to get selective columns by using {&lt;STRONG&gt;$.GetStraightTableData.columnName},&amp;nbsp;&lt;/STRONG&gt;subsequently I removed the upper loop block. This however is producing undesired results.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any insight on how to select specific columns?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 06:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-straight-table-data-to-email-as-HTML-table-using/tac-p/2521402#M15965</guid>
      <dc:creator>AbdullahMastan</dc:creator>
      <dc:date>2025-06-17T06:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to send straight table data to email as HTML table using Qlik Automate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-straight-table-data-to-email-as-HTML-table-using/tac-p/2525646#M16184</link>
      <description>&lt;P&gt;I'm trying to loop this over one of my fields with no luck. I added 'List Value Of Field' and 'Loop' at the begining, then put the other blocks inside it. Any thoughts on what else I need?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mikecrengland_0-1753806349098.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/182401i4E70201D4D7A44C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mikecrengland_0-1753806349098.png" alt="mikecrengland_0-1753806349098.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 16:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-straight-table-data-to-email-as-HTML-table-using/tac-p/2525646#M16184</guid>
      <dc:creator>mikecrengland</dc:creator>
      <dc:date>2025-07-29T16:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to send straight table data to email as HTML table using Qlik Automate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-straight-table-data-to-email-as-HTML-table-using/tac-p/2534710#M16498</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134179"&gt;@AfeefaTk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there automation of sending HTML and Excel as attachment using automation. Reason behind is client want to have user seperation of To and CC&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 14:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-straight-table-data-to-email-as-HTML-table-using/tac-p/2534710#M16498</guid>
      <dc:creator>mayuringale25</dc:creator>
      <dc:date>2025-10-29T14:28:09Z</dc:date>
    </item>
  </channel>
</rss>

