<?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 create an Amazon DynamoDB table in Qlik Automate in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-create-an-Amazon-DynamoDB-table-in-Qlik-Automate/ta-p/2522913</link>
    <description>&lt;P&gt;This article documents how to create an AWS Amazon DynamoDB table using Qlik Automate.&amp;nbsp;The example automation is attached to this article and can be imported. See &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-import-and-export-automations/ta-p/1781602" target="_blank" rel="noopener" data-lightning-target="_new"&gt;How to import and export automations&lt;/A&gt; for details.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Choose the&amp;nbsp;Amazon DynamoDB&amp;nbsp;&lt;STRONG&gt;Create Table&amp;nbsp;&lt;/STRONG&gt;block&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create table block.png" style="width: 410px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181770iB7BC574B360AD5E0/image-dimensions/410x750?v=v2" width="410" height="750" role="button" title="create table block.png" alt="create table block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;The&amp;nbsp;&lt;STRONG&gt;Key Schema&lt;/STRONG&gt; and &lt;STRONG&gt;Attribute Definitions&lt;/STRONG&gt; input field cannot simply have a JSON structure applied (such as&amp;nbsp;"&lt;FONT face="courier new,courier"&gt;[{'AttributeName': 'ID', 'KeyType': 'HASH'}]&lt;/FONT&gt;"). The key is to create variables and lists and apply these lists as inputs.&lt;BR /&gt;&lt;BR /&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Key Schema example:&lt;BR /&gt;&lt;BR /&gt;First, create an &lt;STRONG&gt;AttributeName&amp;nbsp;&lt;/STRONG&gt;variable with the&amp;nbsp;&lt;STRONG&gt;Key&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;AttributeName&lt;/FONT&gt; and the&amp;nbsp;&lt;STRONG&gt;Value&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;ID&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable key.png" style="width: 368px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181771i836EFFFD1B39AF79/image-dimensions/368x658?v=v2" width="368" height="658" role="button" title="variable key.png" alt="variable key.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Repeat this for the&amp;nbsp;&lt;STRONG&gt;KeyType&amp;nbsp;&lt;/STRONG&gt;variable with the&amp;nbsp;&lt;STRONG&gt;Key&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;KeyType&lt;/FONT&gt;&amp;nbsp;and &lt;STRONG&gt;Value&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;HASH&lt;/FONT&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable key key type hash.png" style="width: 373px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181772i119E585FC1AEF1A1/image-dimensions/373x574?v=v2" width="373" height="574" role="button" title="variable key key type hash.png" alt="variable key key type hash.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Create a&amp;nbsp;&lt;STRONG&gt;Variable List &lt;/STRONG&gt;with the&amp;nbsp;&lt;STRONG&gt;Variable&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;keyList (list)&lt;/FONT&gt; and&amp;nbsp;&lt;STRONG&gt;Item&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;Key&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="verkaible keylist.png" style="width: 401px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181773i346D61BCBCFB52BE/image-dimensions/401x721?v=v2" width="401" height="721" role="button" title="verkaible keylist.png" alt="verkaible keylist.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Apply the&amp;nbsp;&lt;STRONG&gt;Variable List&amp;nbsp;&lt;/STRONG&gt;to the&amp;nbsp;&lt;STRONG&gt;Key Schema&amp;nbsp;&lt;/STRONG&gt;field:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create table key schemea field.png" style="width: 444px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181774i4EF8C25B7848C890/image-dimensions/444x788?v=v2" width="444" height="788" role="button" title="create table key schemea field.png" alt="create table key schemea field.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The finished automation:&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="finished dynamodb automation.png" style="width: 350px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181775iA5434B00272A8967/image-size/large?v=v2&amp;amp;px=999" role="button" title="finished dynamodb automation.png" alt="finished dynamodb automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notes:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;If the billing is &lt;STRONG&gt;PROVISIONED&lt;/STRONG&gt;, the &lt;FONT face="courier new,courier"&gt;ProvisionedThroughput&lt;/FONT&gt; must explicitly include both &lt;FONT face="courier new,courier"&gt;ReadCapacityUnits&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;WriteCapacityUnits&lt;/FONT&gt;:&lt;BR /&gt;
&lt;PRE&gt;"ProvisionedThroughput": {&lt;BR /&gt;&amp;nbsp; "ReadCapacityUnits": 5,&lt;BR /&gt;&amp;nbsp; "WriteCapacityUnits": 5}&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;There is a known issue when using &lt;STRONG&gt;PAY_PER_REQUEST&lt;/STRONG&gt; as the billing mode. This should be fixed in the next releases.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&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>Wed, 02 Jul 2025 08:37:34 GMT</pubDate>
    <dc:creator>Andreas_Giesbrecht</dc:creator>
    <dc:date>2025-07-02T08:37:34Z</dc:date>
    <item>
      <title>How to create an Amazon DynamoDB table in Qlik Automate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-create-an-Amazon-DynamoDB-table-in-Qlik-Automate/ta-p/2522913</link>
      <description>&lt;P&gt;This article documents how to create an AWS Amazon DynamoDB table using Qlik Automate.&amp;nbsp;The example automation is attached to this article and can be imported. See &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-import-and-export-automations/ta-p/1781602" target="_blank" rel="noopener" data-lightning-target="_new"&gt;How to import and export automations&lt;/A&gt; for details.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Choose the&amp;nbsp;Amazon DynamoDB&amp;nbsp;&lt;STRONG&gt;Create Table&amp;nbsp;&lt;/STRONG&gt;block&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create table block.png" style="width: 410px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181770iB7BC574B360AD5E0/image-dimensions/410x750?v=v2" width="410" height="750" role="button" title="create table block.png" alt="create table block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;The&amp;nbsp;&lt;STRONG&gt;Key Schema&lt;/STRONG&gt; and &lt;STRONG&gt;Attribute Definitions&lt;/STRONG&gt; input field cannot simply have a JSON structure applied (such as&amp;nbsp;"&lt;FONT face="courier new,courier"&gt;[{'AttributeName': 'ID', 'KeyType': 'HASH'}]&lt;/FONT&gt;"). The key is to create variables and lists and apply these lists as inputs.&lt;BR /&gt;&lt;BR /&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Key Schema example:&lt;BR /&gt;&lt;BR /&gt;First, create an &lt;STRONG&gt;AttributeName&amp;nbsp;&lt;/STRONG&gt;variable with the&amp;nbsp;&lt;STRONG&gt;Key&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;AttributeName&lt;/FONT&gt; and the&amp;nbsp;&lt;STRONG&gt;Value&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;ID&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable key.png" style="width: 368px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181771i836EFFFD1B39AF79/image-dimensions/368x658?v=v2" width="368" height="658" role="button" title="variable key.png" alt="variable key.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Repeat this for the&amp;nbsp;&lt;STRONG&gt;KeyType&amp;nbsp;&lt;/STRONG&gt;variable with the&amp;nbsp;&lt;STRONG&gt;Key&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;KeyType&lt;/FONT&gt;&amp;nbsp;and &lt;STRONG&gt;Value&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;HASH&lt;/FONT&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="variable key key type hash.png" style="width: 373px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181772i119E585FC1AEF1A1/image-dimensions/373x574?v=v2" width="373" height="574" role="button" title="variable key key type hash.png" alt="variable key key type hash.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Create a&amp;nbsp;&lt;STRONG&gt;Variable List &lt;/STRONG&gt;with the&amp;nbsp;&lt;STRONG&gt;Variable&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;keyList (list)&lt;/FONT&gt; and&amp;nbsp;&lt;STRONG&gt;Item&amp;nbsp;&lt;/STRONG&gt;&lt;FONT face="courier new,courier"&gt;Key&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="verkaible keylist.png" style="width: 401px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181773i346D61BCBCFB52BE/image-dimensions/401x721?v=v2" width="401" height="721" role="button" title="verkaible keylist.png" alt="verkaible keylist.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Apply the&amp;nbsp;&lt;STRONG&gt;Variable List&amp;nbsp;&lt;/STRONG&gt;to the&amp;nbsp;&lt;STRONG&gt;Key Schema&amp;nbsp;&lt;/STRONG&gt;field:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create table key schemea field.png" style="width: 444px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181774i4EF8C25B7848C890/image-dimensions/444x788?v=v2" width="444" height="788" role="button" title="create table key schemea field.png" alt="create table key schemea field.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The finished automation:&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="finished dynamodb automation.png" style="width: 350px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181775iA5434B00272A8967/image-size/large?v=v2&amp;amp;px=999" role="button" title="finished dynamodb automation.png" alt="finished dynamodb automation.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notes:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;If the billing is &lt;STRONG&gt;PROVISIONED&lt;/STRONG&gt;, the &lt;FONT face="courier new,courier"&gt;ProvisionedThroughput&lt;/FONT&gt; must explicitly include both &lt;FONT face="courier new,courier"&gt;ReadCapacityUnits&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;WriteCapacityUnits&lt;/FONT&gt;:&lt;BR /&gt;
&lt;PRE&gt;"ProvisionedThroughput": {&lt;BR /&gt;&amp;nbsp; "ReadCapacityUnits": 5,&lt;BR /&gt;&amp;nbsp; "WriteCapacityUnits": 5}&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;There is a known issue when using &lt;STRONG&gt;PAY_PER_REQUEST&lt;/STRONG&gt; as the billing mode. This should be fixed in the next releases.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&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>Wed, 02 Jul 2025 08:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-create-an-Amazon-DynamoDB-table-in-Qlik-Automate/ta-p/2522913</guid>
      <dc:creator>Andreas_Giesbrecht</dc:creator>
      <dc:date>2025-07-02T08:37:34Z</dc:date>
    </item>
  </channel>
</rss>

