<?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>topic Re: Execute Gallery WF from API passing multiple parameters in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Execute-Gallery-WF-from-API-passing-multiple-parameters/m-p/982784#M11404</link>
    <description>&lt;P&gt;Thank You&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/15312"&gt;@fmvizcaino&lt;/a&gt;&amp;nbsp;for your quick response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That was very helpful.&lt;/P&gt;&lt;P&gt;I was doing a mistake of using 'Enter the text or question to be displayed:' instead of tool name.&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Aug 2022 09:47:51 GMT</pubDate>
    <dc:creator>MDhaker</dc:creator>
    <dc:date>2022-08-12T09:47:51Z</dc:date>
    <item>
      <title>Execute Gallery WF from API passing multiple parameters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Execute-Gallery-WF-from-API-passing-multiple-parameters/m-p/981895#M11391</link>
      <description>&lt;P&gt;I have an Alteryx WF which accepts two parameters from user.&lt;/P&gt;&lt;P&gt;I want to execute the WF by calling the WF from API (&lt;A href="https://gallery.alteryx.com/api-docs/" target="_blank" rel="noopener"&gt;https://gallery.alteryx.com/api-docs/&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;How can I pass two values as parameters which can be used in the WF?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 16:18:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Execute-Gallery-WF-from-API-passing-multiple-parameters/m-p/981895#M11391</guid>
      <dc:creator>MDhaker</dc:creator>
      <dc:date>2022-08-10T16:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Gallery WF from API passing multiple parameters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Execute-Gallery-WF-from-API-passing-multiple-parameters/m-p/982062#M11393</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/245110"&gt;@MDhaker&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The endpoint you have to use is this one:&amp;nbsp;/v1/workflows/{appId}/jobs/&lt;/P&gt;&lt;P&gt;This will include the workflow on the queue, and later you have to use two additional endpoints, one for retrieving the jobID and its current state and another one to download the output, if needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The structure of the values to be sent is as follows:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"questions": [&lt;BR /&gt;{&lt;BR /&gt;"name": "Text Input (1)",&lt;BR /&gt;"value": "Fernando"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"name": "Customer",&lt;BR /&gt;"value": "Customer A"&lt;BR /&gt;},&lt;BR /&gt;],&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where name is the tool name and value is the value you wanna send.&lt;/P&gt;&lt;P&gt;The name can be found on the annotation tab of a tool. Feel free to rename it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fmvizcaino_0-1660159964489.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/250955i9AD937B69E001918/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fmvizcaino_0-1660159964489.png" alt="fmvizcaino_0-1660159964489.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fernando Vizcaino&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 19:33:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Execute-Gallery-WF-from-API-passing-multiple-parameters/m-p/982062#M11393</guid>
      <dc:creator>fmvizcaino</dc:creator>
      <dc:date>2022-08-10T19:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Gallery WF from API passing multiple parameters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Execute-Gallery-WF-from-API-passing-multiple-parameters/m-p/982784#M11404</link>
      <description>&lt;P&gt;Thank You&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/15312"&gt;@fmvizcaino&lt;/a&gt;&amp;nbsp;for your quick response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That was very helpful.&lt;/P&gt;&lt;P&gt;I was doing a mistake of using 'Enter the text or question to be displayed:' instead of tool name.&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 09:47:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Execute-Gallery-WF-from-API-passing-multiple-parameters/m-p/982784#M11404</guid>
      <dc:creator>MDhaker</dc:creator>
      <dc:date>2022-08-12T09:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Gallery WF from API passing multiple parameters</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Execute-Gallery-WF-from-API-passing-multiple-parameters/m-p/982871#M11407</link>
      <description>&lt;P&gt;I know the feeling&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/245110"&gt;@MDhaker&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It took me a while to get this right.&lt;/P&gt;&lt;P&gt;Also, the priority value you see in the gallery APIs example is a number from 1 to 6 based on the QoS.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.alteryx.com/20212/server/worker" target="_blank"&gt;https://help.alteryx.com/20212/server/worker&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fernando Vizcaino&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 13:34:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Execute-Gallery-WF-from-API-passing-multiple-parameters/m-p/982871#M11407</guid>
      <dc:creator>fmvizcaino</dc:creator>
      <dc:date>2022-08-12T13:34:42Z</dc:date>
    </item>
  </channel>
</rss>

