<?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: How to give input to recipe? in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2409#M1041</link>
    <description>&lt;P&gt;If users have access to Workato, they can provide inputs in Properties (Tools -&amp;gt; Properties). Then the recipe can work using the data pills from Properties (get data pills from the step before step 1)&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 09:35:54 GMT</pubDate>
    <dc:creator>james-ng</dc:creator>
    <dc:date>2022-02-15T09:35:54Z</dc:date>
    <item>
      <title>How to give input to recipe?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2403#M1035</link>
      <description>&lt;P&gt;I have a requirement where my user needs to give inputs to recipe when they start like give me records from today to next 6 months ? &lt;BR /&gt;How can we do this like how can we configure recipe to accept inputs ? &lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 04:48:49 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2403#M1035</guid>
      <dc:creator>naveenthurga201</dc:creator>
      <dc:date>2022-02-15T04:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to give input to recipe?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2404#M1036</link>
      <description>&lt;P&gt;You need a form of some kind to accept input. One common  one would be setting up a Slack Command to do this, but you can build it with any form-based application (e.g. NetSuite). We have a concept I built here at SeatGeek called "Integrate-on-Demand". &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The flow is like this:&lt;/P&gt;&lt;P&gt;1. Slack Command --&amp;gt; User is presented with a menu of buttons. One is "Integrate-on-Demand". Workato replaces that message with a "Thanks. Workbot will ping you with your integration options shortly."&lt;/P&gt;&lt;P&gt;2. Workato gets the user attributes from HRIS, determines what integrations can be run, and sends user a message with a Picklist of integrations they have authority to run on-demand&lt;/P&gt;&lt;P&gt;3. User selects integration. Workato replaces message from step 2 with. "Thanks! Checking for Integration Parameters".&lt;/P&gt;&lt;P&gt;4. Workato gets a set of integration parameters for the integration (lookup table config). Sends new form to user to select integration parameters. &lt;/P&gt;&lt;P&gt;5. User selects parameters. Workato replaces the message from step 4 with "Your integration is running! Check #some-channel for updates". E.g. we use a channel called #adaptive-integrations to post integration run status related to Adaptive Insights.&lt;/P&gt;&lt;P&gt;6. The recipe listening to this last slack command will then have to call a callable recipe with all of the user-entered inputs as inputs to the callable recipe&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Feb 2022 05:51:59 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2404#M1036</guid>
      <dc:creator>jblanchett</dc:creator>
      <dc:date>2022-02-15T05:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to give input to recipe?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2405#M1037</link>
      <description>&lt;P&gt;Thanks this is excellent idea using slack bot . Any other way like not using bots , if they have access only to workato , they select recipe and give input to it ? Anything like this can be done in workato ? &lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 06:35:35 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2405#M1037</guid>
      <dc:creator>naveenthurga201</dc:creator>
      <dc:date>2022-02-15T06:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to give input to recipe?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2406#M1038</link>
      <description>&lt;P&gt;The only ways I can think of to do it within Workato would be really clunky and full of security issues, I wouldn't recommending going that route. Users would need to modify variables in recipes and run them, add entries to lookup tables that trigger jobs, or run a predefined set of recipes in a folder called something specific, like "user triggered folders" that have the inputs predefined then call the actual recipes with predefined inputs, which are stored in another folder. &lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 06:41:43 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2406#M1038</guid>
      <dc:creator>jblanchett</dc:creator>
      <dc:date>2022-02-15T06:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to give input to recipe?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2407#M1039</link>
      <description>&lt;P&gt;U mean create callable recipe which will have inputs and then call them from another recipe by modifying inputs? &lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 06:48:29 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2407#M1039</guid>
      <dc:creator>naveenthurga201</dc:creator>
      <dc:date>2022-02-15T06:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to give input to recipe?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2408#M1040</link>
      <description>&lt;P&gt;I'd look at whether you have any other systems which users already use which Workato can be connected to.  One of those could have forms functonality (or some kind of object creation) which could trigger the Workato recipe to run using their entered data as input. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Other than that, some other kind of forms solution where authenticated users can submit requests to trigger the recipe.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;There's also Workato's 'People Task' functionality.  Not very experienced with that but maybe it would let users input data that the recipe would then use.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 08:23:28 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2408#M1040</guid>
      <dc:creator>dcornwell</dc:creator>
      <dc:date>2022-02-15T08:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to give input to recipe?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2409#M1041</link>
      <description>&lt;P&gt;If users have access to Workato, they can provide inputs in Properties (Tools -&amp;gt; Properties). Then the recipe can work using the data pills from Properties (get data pills from the step before step 1)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 09:35:54 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2409#M1041</guid>
      <dc:creator>james-ng</dc:creator>
      <dc:date>2022-02-15T09:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to give input to recipe?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2410#M1042</link>
      <description>&lt;P&gt;Yes. I would be wary about what you give users access to, though. You only want users to have access to the right set of folders and permissions. You also only want authorized users to have access to more global settings such as lookup tables, properties, etc. &lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 09:39:13 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2410#M1042</guid>
      <dc:creator>jblanchett</dc:creator>
      <dc:date>2022-02-15T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to give input to recipe?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2411#M1043</link>
      <description>&lt;P&gt;Thanks for all suggestions &lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 14:02:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-give-input-to-recipe/m-p/2411#M1043</guid>
      <dc:creator>naveenthurga201</dc:creator>
      <dc:date>2022-02-15T14:02:30Z</dc:date>
    </item>
  </channel>
</rss>

