<?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 Use Text Input tool in Gallery in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Use-Text-Input-tool-in-Gallery/m-p/622495#M7139</link>
    <description>&lt;P&gt;I have a workflow ready to be published on the gallery. For the workflow to start, user needs to enter value in text input tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question: once I load the workflow to the gallery, is there a way for users to input value into the text input tool before they run the workflow???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;</description>
    <pubDate>Thu, 20 Aug 2020 20:43:21 GMT</pubDate>
    <dc:creator>raghusrealm</dc:creator>
    <dc:date>2020-08-20T20:43:21Z</dc:date>
    <item>
      <title>Use Text Input tool in Gallery</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Use-Text-Input-tool-in-Gallery/m-p/622495#M7139</link>
      <description>&lt;P&gt;I have a workflow ready to be published on the gallery. For the workflow to start, user needs to enter value in text input tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question: once I load the workflow to the gallery, is there a way for users to input value into the text input tool before they run the workflow???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 20:43:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Use-Text-Input-tool-in-Gallery/m-p/622495#M7139</guid>
      <dc:creator>raghusrealm</dc:creator>
      <dc:date>2020-08-20T20:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use Text Input tool in Gallery</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Use-Text-Input-tool-in-Gallery/m-p/622819#M7145</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/145507"&gt;@raghusrealm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first thing that comes to mind is that when an app uses UI tools such as a Text Box, it takes the data applied, and updates via the Action tool before it runs the application. So in essence, the app considers the User Input before running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That said, I've run into cases where it was necessary to use a chained app that would use the first app to collect User Inputs and organize them into a 'start' file, then use the file for the analysis in the second app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that help at all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 12:44:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Use-Text-Input-tool-in-Gallery/m-p/622819#M7145</guid>
      <dc:creator>JustinBabbitt</dc:creator>
      <dc:date>2020-08-21T12:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use Text Input tool in Gallery</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Use-Text-Input-tool-in-Gallery/m-p/622820#M7146</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/145507"&gt;@raghusrealm&lt;/a&gt; -&amp;nbsp;yes, that would turn your workflow into an Analytic Application. Take a look at a few of these videos to get started, but essentially, you can use an interface tool - perhaps a Text Box tool that will prompt the user before the application runs. The action of that interface tool will be to insert that custom value into your Text Input tool, and then the workflow will run, taking that value through the workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/Videos/Introduction-to-Applications/td-p/45406" target="_blank"&gt;https://community.alteryx.com/t5/Videos/Introduction-to-Applications/td-p/45406&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/Videos/Alteryx-Platform-and-Introduction-to-Apps/td-p/66506" target="_blank"&gt;https://community.alteryx.com/t5/Videos/Alteryx-Platform-and-Introduction-to-Apps/td-p/66506&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use this method quite a bit with some of the Analytic Apps I use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mocked up a quick one with a Text Box tool that will add my custom value to the Text Input tool, you can use this as a guide. Once you create it in Designer, save it to your Gallery and give it a test.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Brian&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If this solves your issue, please consider marking this as Complete so others can find this as well.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2020 12:46:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Use-Text-Input-tool-in-Gallery/m-p/622820#M7146</guid>
      <dc:creator>BrianR</dc:creator>
      <dc:date>2020-08-21T12:46:06Z</dc:date>
    </item>
  </channel>
</rss>

