Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
May 23, 2025 9:17:07 AM
May 27, 2024 10:40:17 AM
This article provides an overview of how to send straight table data to email as an HTML table using Qlik Automate.
The template is available on the template picker. You can find it by navigating to Add new -> New automation -> Search templates and searching for 'Send straight table data to email as table' in the search bar, and clicking the Use template option.
You will find a version of this automation attached to this article: "Send-straight-table-data-to-email -as-HTML-table.json".
Content:
The following steps describe how to build the demo automation:
An example output of the email sent:
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.
How to export more than 100k cells using Get Straight Table Data Block
Amazing automation.
The {getkeys: {$.GetStraightTableData}}' formula in the 'Loop' block fetches all the column names from a table.
I tried to get selective columns by using {$.GetStraightTableData.columnName}, subsequently I removed the upper loop block. This however is producing undesired results.
Any insight on how to select specific columns?
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?