<?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: Remove reference to cloned recipe in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11933#M4596</link>
    <description>&lt;P&gt;Thanks! I am glad that I am not the only one who thinks this is odd and problematic.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Feb 2026 17:41:04 GMT</pubDate>
    <dc:creator>AMacourek</dc:creator>
    <dc:date>2026-02-19T17:41:04Z</dc:date>
    <item>
      <title>Remove reference to cloned recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11927#M4590</link>
      <description>&lt;P&gt;I cloned a recipe and made significant changes.&amp;nbsp; I noticed in settings there is a message: "The parent recipe that this recipe was copied from has a new version. Installing this new version overwrites the current recipe. Installed updates can be reverted via recipe version history." with an Install button.&amp;nbsp; A person could click this and overwrite the recipe.&lt;/P&gt;&lt;P&gt;Why would you want this feature?&amp;nbsp; In my view, cloning a recipe would be the same thing as "Save As."&amp;nbsp; Why would you want to propagate changes to all other recipes that started from one?&lt;/P&gt;&lt;P&gt;My question is how to remove a reference for a cloned recipe?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 16:42:00 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11927#M4590</guid>
      <dc:creator>AMacourek</dc:creator>
      <dc:date>2026-02-19T16:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remove reference to cloned recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11931#M4594</link>
      <description>&lt;P&gt;I agree, this is weird and kind of dangerous!&lt;/P&gt;&lt;P&gt;Do this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Original &amp;gt; clone Copy 1 &amp;gt; clone Copy of Copy 1&lt;/LI&gt;&lt;LI&gt;Delete Copy 1&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Deleting Copy 1 breaks the lineage and the reference on "Copy of Copy 1" to "Copy 1" will disappear.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 17:18:36 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11931#M4594</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2026-02-19T17:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Remove reference to cloned recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11933#M4596</link>
      <description>&lt;P&gt;Thanks! I am glad that I am not the only one who thinks this is odd and problematic.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 17:41:04 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11933#M4596</guid>
      <dc:creator>AMacourek</dc:creator>
      <dc:date>2026-02-19T17:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove reference to cloned recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11934#M4597</link>
      <description>&lt;P&gt;I need to chip in here... because actually this is a real time saver for one current use case for me!&lt;/P&gt;&lt;P&gt;When one of my Recipes runs it needs to process things in a destination app by making an API call.&amp;nbsp; But there are (currently) two instances of this destination app and probably more in future.&amp;nbsp; These are not Dev and Prod but simply Prod A and Prod B.&amp;nbsp; The data I'm working with tells me to which instance I should direct my activity. At first I thought a simple IF statement in a Recipe - if for Prod A then use an Action configured with a Connection to the Prod A instance.&amp;nbsp; If for Prod B then use an Action configured for Prod B - easy, right?&lt;/P&gt;&lt;P&gt;But then you bump into a current Workato constraint that&amp;nbsp;"&lt;SPAN&gt;&lt;EM&gt;Most connectors only allow one connection per app, per recipe&lt;/EM&gt;" - see&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.workato.com/en/connections.html#use-connections-in-recipes" target="_blank"&gt;https://docs.workato.com/en/connections.html#use-connections-in-recipes&lt;/A&gt;. So, if you add another Action for the same app in a Recipe, but want to use a different destination instance, Workato uses the *same* Connection for both Actions.&amp;nbsp; If you change the Connection for the first action, Workato uses the new value for the other one too.&amp;nbsp; So you can't just use a simple IF clause in a single Recipe to point to multiple instances of an app.&lt;/P&gt;&lt;P&gt;My solution is to split out the part of the Recipe that makes the API call to the destination system into it's own Recipe Function, and name it "..._switch_ProdA".&amp;nbsp; I then clone this to make another Recipe Function&amp;nbsp;"..._switch_ProdB". The parent Recipe is where I do my IF, and this then calls the relevant Recipe Function.&lt;/P&gt;&lt;P&gt;But later on, because I am an imperfect hooman, I discover I want to improve/bugfix something in&amp;nbsp;"..._switch_ProdA".&amp;nbsp; Because of the naming convention I know it has a clone-buddy, so after saving and testing&amp;nbsp;"..._switch_ProdA" I then visit it's clone-buddy and just accept the changes.&amp;nbsp; (I always know to edit the ProdA RF first so the changes are knocked down to the ProdB RF).&lt;/P&gt;&lt;P&gt;This has saved me huge amounts of time, prevents the error prone manual application of changes to multiple Recipes, and ensures both Recipe Functions are easily in perfect sync.&amp;nbsp; It's a beautiful thing.&amp;nbsp; And would make me cry if it went away.&lt;/P&gt;&lt;P&gt;I agree that on occasion it is irritating that cloned Recipes hold a candle for their parent.&amp;nbsp; But rather than take away this facility my suggested feature request would for Workato to make this facility *selectable* by the user.&lt;/P&gt;&lt;P&gt;It's interesting that the current facility is labelled "Clone" (rather than simply "Copy") and I suspect this is because someone wanted to imply this kind of "in sync" connection.&amp;nbsp; But it's an interesting omission (to me) that there is no (simple) Copy facility!&lt;/P&gt;&lt;P&gt;So, my suggestion would be to introduce another menu option of "Copy" alongside the existing "Clone".&amp;nbsp; When using the "Copy" facility, there would be no expectation of an ongoing connection.&amp;nbsp; The new Recipe would be an unlinked Copy at that point in time.&amp;nbsp; And the user would never&amp;nbsp;be bugged by the constant message about updating it.&amp;nbsp; But you'd still have the (deliberate) choice of making an (intentional) Clone with the connection retained.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That way everybody would be happy!&amp;nbsp; A perfect Product Owner solution&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;[&lt;EM&gt;Waits nervously for&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/1188"&gt;@gary1&lt;/a&gt;&amp;nbsp; to tell me that there's an easier way to achieve my goal rather than duplicate Recipe Functions&lt;/EM&gt;]&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 10:55:35 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11934#M4597</guid>
      <dc:creator>RussellJ</dc:creator>
      <dc:date>2026-02-20T10:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Remove reference to cloned recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11941#M4602</link>
      <description>&lt;P&gt;Haha, yeah there's a wayyyy easier way than maintaining two recipes that do the same thing.&lt;/P&gt;&lt;P&gt;On any function recipe, you can configure its actions to accept a connection parameter from the parent recipe calling the function. On the action, choose the "Calling recipe's connection". Then when you call the recipe you'll see a new required input field&amp;nbsp;where you simply connection ID or name into the function and the function/action assumes it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the connection is the only thing changing, this should be a quick update. If there are any other differences between the recipes, you should just add additional params to pass on input.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 16:37:12 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11941#M4602</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2026-02-20T16:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove reference to cloned recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11942#M4603</link>
      <description>&lt;P&gt;I'll pile on to the topic... I talked to Workato years ago about this behavior where Cloning a recipe implied a connection. They said the functionality was assumed to be like a "template", where you have a template recipe from which you're cloning.&lt;/P&gt;&lt;P&gt;But that's never really been my Use Case... I've always wanted to copy a recipe just to give me a starting point from other common approaches and then change the unique parts.&amp;nbsp; So I've always followed the same steps that gary mentioned, copy 2x and delete the middle one.&amp;nbsp; Annoying but not a big deal.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be fair, I've never tried to accept the update from a copied recipe, so maybe it's really surgical and useful, but have never bothered.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 16:47:02 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11942#M4603</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2026-02-20T16:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Remove reference to cloned recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11944#M4604</link>
      <description>&lt;P&gt;Gah! I KNEW IT! Sounds like an easy fix and hasn't taken too much time to date - there are only 3 Functions I've doubled up.&amp;nbsp; But pleased to know there's a proper way to do this.&amp;nbsp; It felt dirty&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt; &amp;nbsp;Thanks&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/1188"&gt;@gary1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="obi-wan-light-saber.gif" style="width: 220px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2609i7F0BA0308528B626/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="obi-wan-light-saber.gif" alt="obi-wan-light-saber.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 16:57:06 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11944#M4604</guid>
      <dc:creator>RussellJ</dc:creator>
      <dc:date>2026-02-20T16:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Remove reference to cloned recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11945#M4605</link>
      <description>&lt;P&gt;The recipe lifecycle management tool is also really helpful if you're deploying recipes across multiple environments. Probably overkill for this situation, but maybe worth a look in the future.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 17:38:44 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/remove-reference-to-cloned-recipe/m-p/11945#M4605</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2026-02-20T17:38:44Z</dc:date>
    </item>
  </channel>
</rss>

