<?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 run an automation with custom parameters through the Qlik Sense button in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-run-an-automation-with-custom-parameters-through-the-Qlik/ta-p/2496485</link>
    <description>&lt;P&gt;This article explains how the &lt;STRONG&gt;&lt;FONT color="#339966"&gt;Qlik Sense app button&lt;/FONT&gt;&lt;/STRONG&gt; component can be used to send custom parameters directly to the automation without requiring a temporary bookmark. This can be useful when creating a writeback solution on a big app as creating and applying bookmarks could take a bit longer for big apps which adds delays to the solution. More information on the native writeback solution can be found here: &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-build-a-write-back-solution-with-native-Qlik-Sense/ta-p/2059047" target="_blank" rel="noopener"&gt;How to build a native write back solution&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Contents&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="4"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Button configuration&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;In this example, we'll use an app that contains car sales opportunities from Salesforce. The straight table, the variable input dropdown, and the native button are important for this example.&lt;BR /&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Example App.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175478i488862DBB79AF40F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Example App.png" alt="Example App.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Start editing the sheet and go to the button configuration section, set the action to "Execute automation" and specify the automation that should run when the button is clicked. If your automation isn't shown, you can copy and paste the automation id.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="execute automation.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175479i3D4B1405B3422C3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="execute automation.png" alt="execute automation.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Additional input parameters can now be added through the "&lt;EM&gt;Add parameter&lt;/EM&gt;" button.&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add parameter.png" style="width: 646px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175480i512F55B168746750/image-size/large?v=v2&amp;amp;px=999" role="button" title="add parameter.png" alt="add parameter.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Parameters require a key and a value, it's possible to use Qlik Expressions as input for the value. These expressions are evaluated when the button is clicked.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add keys.png" style="width: 339px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175481iC4B256C0472F10AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="add keys.png" alt="add keys.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;After adding the parameters, use the "Copy input block" button to copy the all parameters that will be sent to the automation to your clipboard.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy input block.png" style="width: 481px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175482iB2C9D45BDA7620B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="copy input block.png" alt="copy input block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Automation configuration&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;If you want anyone who can access the button to be able to run the automation, then set the automation's run mode to "&lt;STRONG&gt;Triggered&lt;/STRONG&gt;".
&lt;BLOCKQUOTE class="quote"&gt;If you want to limit this to a specific group of users, you can leave the automation in &lt;STRONG&gt;Manual &lt;/STRONG&gt;run mode and place it in a shared space that this group of users can access. More information about this is available here: &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Introducing-Automation-Sharing-and-Collaboration/ta-p/2516095" target="_blank" rel="noopener" data-lightning-target="_new"&gt;Introducing Automation Sharing and Collaboration&lt;/A&gt;. Make sure to disable the&amp;nbsp;&lt;STRONG&gt;Run mode: triggered&lt;/STRONG&gt; option in the button configuration.&lt;/BLOCKQUOTE&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="configure the run mode to triggered.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175483i486B83FCFFB824A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="configure the run mode to triggered.png" alt="configure the run mode to triggered.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Right-click in the automation canvas and select "&lt;EM&gt;Paste Block(s)&lt;/EM&gt;" to add the Inputs block to the automation. Connect the new Inputs block to the Start block. Apart from the default parameters, you'll also find your custom parameters as Inputs in the block.&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paste Blocks.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175484iE4BEBF920934F49F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Paste Blocks.png" alt="Paste Blocks.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;You can now reference the custom parameters from the button in other blocks in the automation by selecting the output from the Inputs block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Set inputs.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175485i1123EB51C9151896/image-size/large?v=v2&amp;amp;px=999" role="button" title="Set inputs.png" alt="Set inputs.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="inputs set.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175486i0218073FF04186E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="inputs set.png" alt="inputs set.png" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Limitations&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;The maximum payload size when triggering an automation is 32kb. When using the GetCurrentSelections expression, every field value will be sent to the automation. This could exceed the 32kb limit. Use the temporary bookmark solution as described in this article instead: &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-build-a-write-back-solution-with-native-Qlik-Sense/ta-p/2059047" target="_blank" rel="noopener"&gt;Native writeback solutions&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Other automation limitations are available here: &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_QlikAutomation/introduction/platform-limitations.htm" target="_blank" rel="noopener"&gt;Platform limitations&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;More info on configuring the native button can be found here: &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Button/create-buttons.htm" target="_blank" rel="noopener"&gt;Creating buttons&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P style="font-style: italic;"&gt;&amp;nbsp;&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;UL&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Button/create-buttons.htm" target="_blank" rel="noopener"&gt;Creating buttons&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-build-a-write-back-solution-with-native-Qlik-Sense/ta-p/2059047" target="_blank" rel="noopener"&gt;Native writeback solutions&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4" color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Cloud&lt;/LI&gt;
&lt;LI&gt;Qlik Application Automation&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;EM&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), and/or other factors, ongoing support on the solution below may not be provided by Qlik Support.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Aug 2025 07:09:31 GMT</pubDate>
    <dc:creator>Emile_Koslowski</dc:creator>
    <dc:date>2025-08-12T07:09:31Z</dc:date>
    <item>
      <title>How to run an automation with custom parameters through the Qlik Sense button</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-run-an-automation-with-custom-parameters-through-the-Qlik/ta-p/2496485</link>
      <description>&lt;P&gt;This article explains how the &lt;STRONG&gt;&lt;FONT color="#339966"&gt;Qlik Sense app button&lt;/FONT&gt;&lt;/STRONG&gt; component can be used to send custom parameters directly to the automation without requiring a temporary bookmark. This can be useful when creating a writeback solution on a big app as creating and applying bookmarks could take a bit longer for big apps which adds delays to the solution. More information on the native writeback solution can be found here: &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-build-a-write-back-solution-with-native-Qlik-Sense/ta-p/2059047" target="_blank" rel="noopener"&gt;How to build a native write back solution&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Contents&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="4"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Button configuration&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;In this example, we'll use an app that contains car sales opportunities from Salesforce. The straight table, the variable input dropdown, and the native button are important for this example.&lt;BR /&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Example App.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175478i488862DBB79AF40F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Example App.png" alt="Example App.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Start editing the sheet and go to the button configuration section, set the action to "Execute automation" and specify the automation that should run when the button is clicked. If your automation isn't shown, you can copy and paste the automation id.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="execute automation.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175479i3D4B1405B3422C3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="execute automation.png" alt="execute automation.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Additional input parameters can now be added through the "&lt;EM&gt;Add parameter&lt;/EM&gt;" button.&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add parameter.png" style="width: 646px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175480i512F55B168746750/image-size/large?v=v2&amp;amp;px=999" role="button" title="add parameter.png" alt="add parameter.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Parameters require a key and a value, it's possible to use Qlik Expressions as input for the value. These expressions are evaluated when the button is clicked.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add keys.png" style="width: 339px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175481iC4B256C0472F10AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="add keys.png" alt="add keys.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;After adding the parameters, use the "Copy input block" button to copy the all parameters that will be sent to the automation to your clipboard.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="copy input block.png" style="width: 481px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175482iB2C9D45BDA7620B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="copy input block.png" alt="copy input block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Automation configuration&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;If you want anyone who can access the button to be able to run the automation, then set the automation's run mode to "&lt;STRONG&gt;Triggered&lt;/STRONG&gt;".
&lt;BLOCKQUOTE class="quote"&gt;If you want to limit this to a specific group of users, you can leave the automation in &lt;STRONG&gt;Manual &lt;/STRONG&gt;run mode and place it in a shared space that this group of users can access. More information about this is available here: &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Introducing-Automation-Sharing-and-Collaboration/ta-p/2516095" target="_blank" rel="noopener" data-lightning-target="_new"&gt;Introducing Automation Sharing and Collaboration&lt;/A&gt;. Make sure to disable the&amp;nbsp;&lt;STRONG&gt;Run mode: triggered&lt;/STRONG&gt; option in the button configuration.&lt;/BLOCKQUOTE&gt;
&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="configure the run mode to triggered.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175483i486B83FCFFB824A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="configure the run mode to triggered.png" alt="configure the run mode to triggered.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Right-click in the automation canvas and select "&lt;EM&gt;Paste Block(s)&lt;/EM&gt;" to add the Inputs block to the automation. Connect the new Inputs block to the Start block. Apart from the default parameters, you'll also find your custom parameters as Inputs in the block.&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paste Blocks.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175484iE4BEBF920934F49F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Paste Blocks.png" alt="Paste Blocks.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;You can now reference the custom parameters from the button in other blocks in the automation by selecting the output from the Inputs block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Set inputs.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175485i1123EB51C9151896/image-size/large?v=v2&amp;amp;px=999" role="button" title="Set inputs.png" alt="Set inputs.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="inputs set.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175486i0218073FF04186E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="inputs set.png" alt="inputs set.png" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Limitations&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;The maximum payload size when triggering an automation is 32kb. When using the GetCurrentSelections expression, every field value will be sent to the automation. This could exceed the 32kb limit. Use the temporary bookmark solution as described in this article instead: &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-build-a-write-back-solution-with-native-Qlik-Sense/ta-p/2059047" target="_blank" rel="noopener"&gt;Native writeback solutions&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Other automation limitations are available here: &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_QlikAutomation/introduction/platform-limitations.htm" target="_blank" rel="noopener"&gt;Platform limitations&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;More info on configuring the native button can be found here: &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Button/create-buttons.htm" target="_blank" rel="noopener"&gt;Creating buttons&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P style="font-style: italic;"&gt;&amp;nbsp;&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;UL&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/Button/create-buttons.htm" target="_blank" rel="noopener"&gt;Creating buttons&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-build-a-write-back-solution-with-native-Qlik-Sense/ta-p/2059047" target="_blank" rel="noopener"&gt;Native writeback solutions&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4" color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Cloud&lt;/LI&gt;
&lt;LI&gt;Qlik Application Automation&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;EM&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), and/or other factors, ongoing support on the solution below may not be provided by Qlik Support.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2025 07:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-run-an-automation-with-custom-parameters-through-the-Qlik/ta-p/2496485</guid>
      <dc:creator>Emile_Koslowski</dc:creator>
      <dc:date>2025-08-12T07:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to run an automation with custom parameters through the Qlik Sense button</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-run-an-automation-with-custom-parameters-through-the-Qlik/tac-p/2528315#M16293</link>
      <description>&lt;P&gt;is this process affected by the change to require use of header parameter for execution token?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 14:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-run-an-automation-with-custom-parameters-through-the-Qlik/tac-p/2528315#M16293</guid>
      <dc:creator>Ken_T</dc:creator>
      <dc:date>2025-08-25T14:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to run an automation with custom parameters through the Qlik Sense button</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-run-an-automation-with-custom-parameters-through-the-Qlik/tac-p/2544778#M16935</link>
      <description>&lt;P&gt;is this still the case? I can't seem to replicate the button + triggered automation at all because of missing authorizations&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2026-03-13 112039.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187303iB571534E36570178/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-03-13 112039.png" alt="Screenshot 2026-03-13 112039.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 10:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-run-an-automation-with-custom-parameters-through-the-Qlik/tac-p/2544778#M16935</guid>
      <dc:creator>francesco_menin</dc:creator>
      <dc:date>2026-03-13T10:23:48Z</dc:date>
    </item>
  </channel>
</rss>

