<?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 Re: How to perform sequential approvals in Flow Designer? in ServiceNow AI Platform forum</title>
    <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072515#M28904</link>
    <description>&lt;P&gt;Hi Jordan,&lt;/P&gt;
&lt;P&gt;You will need to use some nested&amp;nbsp;&lt;STRONG&gt;IF&lt;/STRONG&gt; and &lt;STRONG&gt;ELSE IF&lt;/STRONG&gt;&amp;nbsp;logic after each approval to check for a previous approval or rejection. I will explain each situation below and include a screen shot of a flow I'm currently using.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff6600; text-decoration: underline;"&gt;Approver Rejects:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;If the initial approver rejects, the first '&lt;STRONG&gt;IF &lt;EM&gt;Rejected&lt;/EM&gt;&lt;/STRONG&gt;' validation returns &lt;SPAN style="background-color: #ffff99;"&gt;TRUE&lt;/SPAN&gt; and takes a path that contains an update to the rejected record and then ends the flow. In my example, the record is an RITM record where I'm setting the '&lt;SPAN style="color: #333399;"&gt;&lt;STRONG&gt;Approval&lt;/STRONG&gt;&lt;/SPAN&gt;' field to &lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;Rejected&lt;/EM&gt; &lt;/SPAN&gt;and the '&lt;SPAN style="color: #333399;"&gt;&lt;STRONG&gt;State&lt;/STRONG&gt;&lt;/SPAN&gt;' field to &lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;Closed Complete &lt;/EM&gt;&lt;SPAN style="color: #000000;"&gt;and lastly ending the flow.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #008000; text-decoration: underline;"&gt;Approver Approves:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;If the initial approver approves, the first '&lt;STRONG&gt;IF&amp;nbsp;&lt;EM&gt;Rejected&lt;/EM&gt;&lt;/STRONG&gt;' validation&amp;nbsp;returns &lt;SPAN style="background-color: #ffff99;"&gt;FALSE&lt;/SPAN&gt; and proceeds to the first '&lt;STRONG&gt;ELSE IF Approved&lt;/STRONG&gt;' validation, which will return &lt;SPAN style="background-color: #ffff99;"&gt;TRUE&lt;/SPAN&gt;. Beneath the 'ELSE IF' action is where you will add your 2nd 'Ask for Approval' action. Now repeat the process until you've stepped through all your tiered approvals. The last 'Ask for Approval' action will only need to check for Rejection. If the final validation results in an approval, the flow will bounce back to whatever action is next in your flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/113150iB05904A4E8DEC22F/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 13 Mar 2021 04:07:05 GMT</pubDate>
    <dc:creator>markcorl</dc:creator>
    <dc:date>2021-03-13T04:07:05Z</dc:date>
    <item>
      <title>How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072510#M28899</link>
      <description>&lt;P&gt;I am trying to create a flow which will perform sequential approvals for a record, but it doesn't seem like Flow Designer supports this.&lt;/P&gt;
&lt;P&gt;The scenario is a given record has 3 different people that need to approve, but sequentially. This means that Approval A should trigger first, and once that person approves, then Approval B should occur, then Approval C. Then only once all three have approved should the approval field on the record be marked as approved, but if any of them reject along the way the flow should stop and the approval on the record be marked rejected.&lt;/P&gt;
&lt;P&gt;The behavior I am seeing when setting this up is that if you set up each approval activity to approve or reject, when the first approval is done, the record is approved then when the next approval is generated, the approval is set back to requested and this continues until the final approval leaves the approval as approved. I tried setting the first two approvals to only Reject if anyone rejects, but what happens when they're configured that way is the first approval is approved which leaves the approval field as requested but when the next approval in the sequence is generated, the approval field is changed back to Not Yet Requested and then immediately back to requested.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What I am looking to do is to have the first two approvals set the approval field to rejected if they are rejected, but if they are approved to simply leave the approval field as requested until the last approval is completed and then set the approval field value to either rejected or approved based on the outcome of that last approval.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If anyone has any insight on how to configure a flow this way it would be greatly appreciated, thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:11:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072510#M28899</guid>
      <dc:creator>Jordan26</dc:creator>
      <dc:date>2020-09-29T19:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072511#M28900</link>
      <description>&lt;P&gt;This is due to the approval engine set to "Approval Rules." Change it to "Turn engines off" to fix the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/113153i093C5CE158D4462C/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sachin&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:59:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072511#M28900</guid>
      <dc:creator>sachin_namjoshi</dc:creator>
      <dc:date>2020-09-29T20:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072512#M28901</link>
      <description>&lt;P&gt;Sachin, thank you for the reply, unfortunately this isn't the issue as the tables the approvals are for are custom tables that have not been extended from task.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 16:26:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072512#M28901</guid>
      <dc:creator>Jordan26</dc:creator>
      <dc:date>2020-10-02T16:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072513#M28902</link>
      <description>&lt;P&gt;In "ask for approval" action you can configure the way you want your approval goes:&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/113146i160370BFAA959A3D/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;in your case i would do something like that:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/113143iD1FDF903693C529A/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;putting some users or groups, but then it depends the way you select the approvers/approval groups.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Keep in touch&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 11:45:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072513#M28902</guid>
      <dc:creator>Antonio39</dc:creator>
      <dc:date>2020-10-05T11:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072514#M28903</link>
      <description>&lt;P&gt;Hey Jordan,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you get a solution to this one? It seems like a pretty standard use case for lots of people and it's these kinds of things that have made me hold off on moving away from old-fashioned workflows so far.&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kyle&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 15:57:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072514#M28903</guid>
      <dc:creator>Kyle Brown</dc:creator>
      <dc:date>2020-10-27T15:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072515#M28904</link>
      <description>&lt;P&gt;Hi Jordan,&lt;/P&gt;
&lt;P&gt;You will need to use some nested&amp;nbsp;&lt;STRONG&gt;IF&lt;/STRONG&gt; and &lt;STRONG&gt;ELSE IF&lt;/STRONG&gt;&amp;nbsp;logic after each approval to check for a previous approval or rejection. I will explain each situation below and include a screen shot of a flow I'm currently using.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff6600; text-decoration: underline;"&gt;Approver Rejects:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;If the initial approver rejects, the first '&lt;STRONG&gt;IF &lt;EM&gt;Rejected&lt;/EM&gt;&lt;/STRONG&gt;' validation returns &lt;SPAN style="background-color: #ffff99;"&gt;TRUE&lt;/SPAN&gt; and takes a path that contains an update to the rejected record and then ends the flow. In my example, the record is an RITM record where I'm setting the '&lt;SPAN style="color: #333399;"&gt;&lt;STRONG&gt;Approval&lt;/STRONG&gt;&lt;/SPAN&gt;' field to &lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;Rejected&lt;/EM&gt; &lt;/SPAN&gt;and the '&lt;SPAN style="color: #333399;"&gt;&lt;STRONG&gt;State&lt;/STRONG&gt;&lt;/SPAN&gt;' field to &lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;Closed Complete &lt;/EM&gt;&lt;SPAN style="color: #000000;"&gt;and lastly ending the flow.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #008000; text-decoration: underline;"&gt;Approver Approves:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;If the initial approver approves, the first '&lt;STRONG&gt;IF&amp;nbsp;&lt;EM&gt;Rejected&lt;/EM&gt;&lt;/STRONG&gt;' validation&amp;nbsp;returns &lt;SPAN style="background-color: #ffff99;"&gt;FALSE&lt;/SPAN&gt; and proceeds to the first '&lt;STRONG&gt;ELSE IF Approved&lt;/STRONG&gt;' validation, which will return &lt;SPAN style="background-color: #ffff99;"&gt;TRUE&lt;/SPAN&gt;. Beneath the 'ELSE IF' action is where you will add your 2nd 'Ask for Approval' action. Now repeat the process until you've stepped through all your tiered approvals. The last 'Ask for Approval' action will only need to check for Rejection. If the final validation results in an approval, the flow will bounce back to whatever action is next in your flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/113150iB05904A4E8DEC22F/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 04:07:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072515#M28904</guid>
      <dc:creator>markcorl</dc:creator>
      <dc:date>2021-03-13T04:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072516#M28905</link>
      <description>&lt;P&gt;Hi Jordan.&lt;/P&gt;
&lt;P&gt;I have the same Problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you been able to find a solution for this?&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 11:18:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072516#M28905</guid>
      <dc:creator>arizeciri</dc:creator>
      <dc:date>2021-05-05T11:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072517#M28906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had the similar problem, and was able to address it using a sub-flow for the approvals.&amp;nbsp; Based on checking a sub-flow had a wait option, wherein the approval won't proceed to the next activity until the sub-flow was completed.&lt;/P&gt;
&lt;P&gt;Sample Sub-flow:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/8A378474714559DDCEBEB3415D4958A5/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and this is the structure of our flow for reference:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://www.servicenow.com/community/s/skins/images/8A378474714559DDCEBEB3415D4958A5/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this can help.&amp;nbsp; Have a great day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 01:10:12 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072517#M28906</guid>
      <dc:creator>Damien15</dc:creator>
      <dc:date>2021-11-26T01:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072518#M28907</link>
      <description>&lt;P&gt;I tried this, and what kept happening for me is:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the first approval is APPROVED, the second approval was sent to the group of users as expected, but the first approval was reset back to "requesting approval". The first user can approve again and bypass the second tier of approvals. Looks like this after the first approval was already approved:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/113142iF3F8C71EC782E23E/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 21:36:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072518#M28907</guid>
      <dc:creator>Jon11</dc:creator>
      <dc:date>2022-01-07T21:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072519#M28908</link>
      <description>&lt;P&gt;The solution proposed here did not help me either.&amp;nbsp; The Approval field keeps switching from Approved to Requested when a new approval is requested... instead of the field getting updated when there are no more approvals (or when 1 is rejected)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 22:44:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072519#M28908</guid>
      <dc:creator>Mary T</dc:creator>
      <dc:date>2022-02-15T22:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072520#M28909</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a similar requirement.&lt;/P&gt;
&lt;P&gt;Was anyone able to overcome this issue. Please share if any idea on how to overcome this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 11:49:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072520#M28909</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2022-02-24T11:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072521#M28910</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;can you provide more informations about your issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 09:36:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072521#M28910</guid>
      <dc:creator>Antonio39</dc:creator>
      <dc:date>2022-02-25T09:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072522#M28911</link>
      <description>&lt;P&gt;After a painful amount of trying to test a Flow I created on a Catalog Item / Request record generated from a Catalog item with several sequential approvals, I believe I stumbled across a workaround where you don't have to Turn Engines off under Approval Rules.&lt;BR /&gt;&lt;BR /&gt;We're trying to convert most of our Workflows on Catalog Items to Flows, and I built out and tested my new Flow while the old Workflow was still applied to the Catalog Item. When I went to run the Flow by itself without the Workflow, all of a sudden the Approvals are all wonky. As others described, when you hit your next Approval in your Workflow all of a sudden your previous Approvals are Requested again, which is NOT what we want.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Basically, what our Service Management / SN Administrator team explained to me was:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;The Approval engine is only used when the Request Item has a Delivery Plan associated with it. If the Request Item is being managed by a Workflow, then the approval engines are automatically turned off.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;So all you need to do is have a Workflow be running simultaneously to the Flow and have the same trigger / begin and end conditions for both.&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;All you need is to have your Workflow stall while you're flow is running and then have the End conditions align on both your Flow and Workflow. In most cases from an IT Support (and arguably ITSM) perspective, at least for our organization, a Closed Request or Incident is the end game.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/113144i469AED49BAE4DB90/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;This is relatively straight forward to set up on Catalog Items if you populate both fields.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/113149i32B16FAE8BFAADDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;This is a great alternative to switching off something Global like Approval Rules and potentially breaking a bunch of other things in your instance that may rely on those (at least from what I understand, don't quote me on that). You also don't have to have full-on admin rights in a developer instance to utilize this workaround--as long as you have access to Flows and Workflows.&lt;BR /&gt;&lt;BR /&gt;I'm not a Developer, nor do I have extensive coding experience but I do a lot of work in our development environment to leverage OOB features to fulfill things so we don't have to custom build&amp;nbsp;&lt;EM&gt;everything&lt;/EM&gt;. I look at a lot of code and sometimes modify it, but I don't really create it (yet). We've found that way things tend to break down less over time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps someone!&lt;/P&gt;
&lt;P&gt;Tristan&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 17:26:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072522#M28911</guid>
      <dc:creator>Tristan Elmore</dc:creator>
      <dc:date>2022-04-01T17:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072523#M28912</link>
      <description>&lt;P&gt;Thanks Sachin. This worked for me. I was trying for Req item table&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 05:16:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072523#M28912</guid>
      <dc:creator>parth2</dc:creator>
      <dc:date>2022-08-08T05:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072524#M28913</link>
      <description>&lt;P&gt;Unfortunately it seems that we are no longer permitted to associate both a flow and a workflow to a Catalog Item?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 19:07:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/1072524#M28913</guid>
      <dc:creator>Shawn McCormick</dc:creator>
      <dc:date>2022-08-12T19:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/2397865#M186797</link>
      <description>&lt;P&gt;Thank you so much,&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/345475"&gt;@markcorl&lt;/a&gt;. It is really helpful to me to solve my issue.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;mmk&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 21:41:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/2397865#M186797</guid>
      <dc:creator>Mi Mi</dc:creator>
      <dc:date>2022-11-28T21:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/2403748#M186905</link>
      <description>&lt;P&gt;Thank you Sachin, it worked for me when I turned off approval engines for Requested Item.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 20:29:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/2403748#M186905</guid>
      <dc:creator>Rajini2</dc:creator>
      <dc:date>2022-12-02T20:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/2441734#M187623</link>
      <description>&lt;P&gt;Have you been able to fix the challenge?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same issue here on the request table.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 15:02:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/2441734#M187623</guid>
      <dc:creator>arizeciri</dc:creator>
      <dc:date>2023-01-12T15:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/2441754#M187624</link>
      <description>&lt;P&gt;Unfortunately I haven't, the best I could do is to chain Ask for Approval actions where all but the last approval in the chain has it's approval rule set to reject when anyone rejects and the last approval is set to approve or reject when anyone rejects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This still causes the Approval field to jump back and forth between Not Yet Requested and Requested but at the end of the day it works to create the approval chain. Just be careful that you don't have any logic running on the Approval field that is triggered when the value changes to Requested, otherwise that will trigger for each new approval that is generated.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 15:27:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/2441754#M187624</guid>
      <dc:creator>Jordan26</dc:creator>
      <dc:date>2023-01-12T15:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform sequential approvals in Flow Designer?</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/2441757#M187625</link>
      <description>&lt;P&gt;You should open a new thread for this. You are not the original poster, therefore you cannot accept something as an answer, therefore point-hunters cannot benefit (rack up points) from answering your problem, therefore most probably nobody will.&lt;/P&gt;&lt;P&gt;Plus saying "I have the same issue" in response to an answer that does not describe solutions is in no way indicative of what is your problem. How could anyone help you without knowing where you need help?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 15:29:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/how-to-perform-sequential-approvals-in-flow-designer/m-p/2441757#M187625</guid>
      <dc:creator>-O-</dc:creator>
      <dc:date>2023-01-12T15:29:26Z</dc:date>
    </item>
  </channel>
</rss>

