<?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>question Issue with Decision table in Workflow Automation forum</title>
    <link>https://www.servicenow.com/community/workflow-automation-forum/issue-with-decision-table/m-p/3525877#M2915</link>
    <description>&lt;P&gt;Hi Community,&lt;BR /&gt;&lt;BR /&gt;I was working on the Decision tables, as I am building it and publishing it couple of times again and again. I realized there is bug with syncing between flow designer call and decision table.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The bug is, I have put some condition checks in decision table and published it. and then I've added the make a decision step in flow designer and called this decision table. Now I have one more condition to add to decision table, but the result is going to same. so, I have just made the change to existing row in decision table, now it giving one more resulting branch in flow designer. I have take configure some action under this new same result branch, which does make any sense.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please let me know your thoughts here or educate me If I misused it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you so much&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2026 15:26:20 GMT</pubDate>
    <dc:creator>VenkatakriC3227</dc:creator>
    <dc:date>2026-04-15T15:26:20Z</dc:date>
    <item>
      <title>Issue with Decision table</title>
      <link>https://www.servicenow.com/community/workflow-automation-forum/issue-with-decision-table/m-p/3525877#M2915</link>
      <description>&lt;P&gt;Hi Community,&lt;BR /&gt;&lt;BR /&gt;I was working on the Decision tables, as I am building it and publishing it couple of times again and again. I realized there is bug with syncing between flow designer call and decision table.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;The bug is, I have put some condition checks in decision table and published it. and then I've added the make a decision step in flow designer and called this decision table. Now I have one more condition to add to decision table, but the result is going to same. so, I have just made the change to existing row in decision table, now it giving one more resulting branch in flow designer. I have take configure some action under this new same result branch, which does make any sense.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please let me know your thoughts here or educate me If I misused it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 15:26:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/workflow-automation-forum/issue-with-decision-table/m-p/3525877#M2915</guid>
      <dc:creator>VenkatakriC3227</dc:creator>
      <dc:date>2026-04-15T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Decision table</title>
      <link>https://www.servicenow.com/community/workflow-automation-forum/issue-with-decision-table/m-p/3526377#M2919</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;This is not really a bug, it’s just how Decision Tables work with Flow Designer: when you first add a Make a decision step, Flow Designer stores that version of the table, and if you later edit or republish the decision table—even if the result looks the same—it may treat it like a new outcome and create an extra branch; that’s why you’re seeing duplicate result paths.&lt;/P&gt;&lt;P&gt;The simple fix is to refresh or re-add the decision step in Flow Designer, and going forward, try to keep your decision outputs stable (don’t keep changing result values) and only update conditions to avoid this confusion.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Apr 2026 08:55:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/workflow-automation-forum/issue-with-decision-table/m-p/3526377#M2919</guid>
      <dc:creator>TharaS657398130</dc:creator>
      <dc:date>2026-04-16T08:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Decision table</title>
      <link>https://www.servicenow.com/community/workflow-automation-forum/issue-with-decision-table/m-p/3527212#M2920</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/920723"&gt;@TharaS657398130&lt;/a&gt;, Thank you for your response.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I did not change result actually but the conditions. It still created a separate branch for the same result.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Ex:&amp;nbsp;&lt;BR /&gt;Conditions: name is venkat&lt;/P&gt;&lt;P&gt;Resulting Branches: Answer = true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I make a change condition which would like below:&lt;BR /&gt;&lt;BR /&gt;Conditions: name is venkat or name is krishna&lt;/P&gt;&lt;P&gt;Resulting Branches: Answer = true&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Answer = true&lt;BR /&gt;&lt;BR /&gt;but versioning part makes some sense why it is returning the same resulting branches.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have an idea now. Before I make changes to decision table, I will delete decision flow from Flow designer and make changes and publish the decision flow. and then call it again in flow designer. I hope this works. But still lot of re-work for just adding one more condition to existing one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 06:02:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/workflow-automation-forum/issue-with-decision-table/m-p/3527212#M2920</guid>
      <dc:creator>VenkatakriC3227</dc:creator>
      <dc:date>2026-04-17T06:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Decision table</title>
      <link>https://www.servicenow.com/community/workflow-automation-forum/issue-with-decision-table/m-p/3528518#M2926</link>
      <description>&lt;P&gt;If you found the answer helpful please upvote and mark it as solution&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 10:15:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/workflow-automation-forum/issue-with-decision-table/m-p/3528518#M2926</guid>
      <dc:creator>TharaS657398130</dc:creator>
      <dc:date>2026-04-20T10:15:59Z</dc:date>
    </item>
  </channel>
</rss>

