<?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: Group Approvals in Flow Designer missing 'an approval from each group' option? in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598687#M255613</link>
    <description>&lt;P&gt;Good Morning Maik,&lt;/P&gt;
&lt;P&gt;So I considered your 2nd suggestion and am sorry to say I don't believe this will work either, for a couple reasons.&lt;/P&gt;
&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;The primary reason it won't work is because I'm getting the group approvals from a glide_list value and not querying a table.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;I'd have to query the approval groups from a table and then flush the results through a "For Each" loop, so that each approval would individually call the approval subflow for processing.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Even if I got fancy and did an array, breaking down the glide_list contents, issue 2 prevents this from working the way I'd like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;I stand corrected on my 1st couple statements. You can perform a "For Each" loop on a glide_list value, but the issue below still prevents this from working how I'd like.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;The 2nd issue is that I want all these group approvals to go out the same time as the other approvals that follow the manager approval.&lt;/LI&gt;&lt;LI&gt;&lt;OL&gt;&lt;LI&gt;Calling a subflow for each group would wait for an approval or rejection before returning to the main flow to grab the next group approval.&lt;/LI&gt;&lt;LI&gt;Issue 1 blocks issue 2&lt;/LI&gt;&lt;/OL&gt;
&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;I do appreciate your time and ideas, which may solve issues for other folks on this forum. Unfortunately, they don't resolve the issues I'm having. Keep the ideas coming though if you think of anything else. Just because it may not solve my issues doesn't mean it's a bad idea.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;BR /&gt;-Mark&lt;/P&gt;</description>
    <pubDate>Mon, 15 Mar 2021 14:40:34 GMT</pubDate>
    <dc:creator>markcorl</dc:creator>
    <dc:date>2021-03-15T14:40:34Z</dc:date>
    <item>
      <title>Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598683#M255609</link>
      <description>&lt;P&gt;Hey gang!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;TL;DR&lt;/STRONG&gt; - Flow Designer does not appear to have functionality to accept a single approver from each group. It's either every approver from &lt;STRONG&gt;every&lt;/STRONG&gt; group or a single approver from &lt;STRONG&gt;any&lt;/STRONG&gt; group.&lt;/P&gt;
&lt;P&gt;Customer requirements are typically satisfied by a single approval from &lt;STRONG&gt;each&lt;/STRONG&gt; group when it comes to group approvals in a workflow. If they have four approval groups, it's typically not desirable for only a single approval to come from a single group. A single rejection from &lt;STRONG&gt;any&lt;/STRONG&gt; group is a different story, but at least one approval from each group is the most common requirement I see.&amp;nbsp;Now, everybody's favorite classic workflow editor had no problem dealing with this requirement and has a couple options. One was '&lt;SPAN style="color: #000000; background-color: #ffff99;"&gt;&lt;EM&gt;An approval from each group&lt;/EM&gt;&lt;/SPAN&gt;' and '&lt;SPAN style="background-color: #ffff99;"&gt;&lt;EM&gt;First response from each group&lt;/EM&gt;&lt;/SPAN&gt;'.&lt;/P&gt;
&lt;P&gt;Flow Designer appears to be devoid of such options. In the lone '&lt;EM&gt;Ask for Approval&lt;/EM&gt;' action, there is indeed a setting to determine "when" to Approve. Let's take a look at those options:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Anyone approves&lt;/STRONG&gt; = &lt;EM&gt;A single approval from any number of approvers is all that is needed to satisfy this approval.&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;All users approve&lt;/STRONG&gt; = &lt;EM&gt;Every single standalone approver and group member &lt;/EM&gt;needs&lt;EM&gt; to approve to satisfy this approval.&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;% of users approve&lt;/STRONG&gt; = &lt;EM&gt;A provided percentage of user approvals is needed to satisfy this approval.&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;# of user approve&lt;/STRONG&gt; =&amp;nbsp;&lt;EM&gt;A provided number of user approvals is needed to satisfy this approval.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Clearly, none of the above options allow a single user from each group to approve and satisfy the approval.&lt;/P&gt;
&lt;P&gt;The one option I did NOT mention above is &lt;STRONG&gt;All responded and anyone approves&lt;/STRONG&gt;. This would appear to be the closest choice for what I'm looking for and tends to make one believe it satisfies the approval by translating to '&lt;EM&gt;At least one person from each group needs to respond and approve before&amp;nbsp;we're good&lt;/EM&gt;'. Unfortunately, it does not work that way.&lt;/P&gt;
&lt;P&gt;In the screenshot below, you can see my configuration.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;I am pulling in multiple users from a table and requiring ALL of them to approve, which works fine.&lt;/LI&gt;
&lt;LI&gt;I am requiring ALL manual approvers to approve, which works fine.&lt;/LI&gt;
&lt;LI&gt;I am pulling in multiple groups (that contain 2 or more users each) and asking for a response from all groups with anyone approving, which does NOT work. It waits for all the other approvals, including every group member to approve before considering the Approval action 'approved'.&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;I would expect this to set the remaining group members to &lt;EM&gt;No Longer Required&lt;/EM&gt; after the 1st approval for that group was submitted. That doesn't happen.&lt;/LI&gt;
&lt;LI&gt;That does happen when I set it to &lt;EM&gt;Anyone approves&lt;/EM&gt;. Then once a member from ANY group approves, it sets ALL groups to approved and ALL other members from ALL groups to &lt;EM&gt;No Longer Required.&lt;/EM&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&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/187123iF44A6DAEB64F5251/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;/EM&gt;&lt;/P&gt;
&lt;P&gt;I was considering opening a support ticket for this, but was hesitant since there doesn't appear to be another person in the entire ServiceNow ecosystem who has asked this question (or at least none I could find). Typically when I can't find anyone else having my issue, it means I'm overlooking something or unaware of some type of functionality. I find it hard to believe no one else has seen this and that I'm the first person to ask, but I guess it's possible. It's also possible this is a bug in Flow Designer and I will need to submit a support ticket.&lt;/P&gt;
&lt;P&gt;Regardless, I apologize for the verbose post and look forward to your feedback!!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 05:39:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598683#M255609</guid>
      <dc:creator>markcorl</dc:creator>
      <dc:date>2021-03-13T05:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598684#M255610</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="58dfc621db581fc09c9ffb651f961919"&gt;@mcorl&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what about that configuration:&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/187116i3CADD11932044B86/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;Kind regards&lt;BR /&gt;Maik&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva; font-size: 10pt; color: #0000ff;"&gt;If my answer replied your question&amp;nbsp;please mark appropriate response as &lt;STRONG&gt;correct&lt;/STRONG&gt; so that the question will appear as resolved for other users who may have a similar question in the future.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 07:11:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598684#M255610</guid>
      <dc:creator>Maik Skoddow</dc:creator>
      <dc:date>2021-03-13T07:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598685#M255611</link>
      <description>&lt;P&gt;Hi Maik and thank you for the idea. Unfortunately, the dynamic number of approval groups getting pulled in from a glide_list can range from none to ???. Since all the groups will land on one conditional line, this would not work for my situation. It would essentially work the same way as the '&lt;STRONG&gt;Anyone approves&lt;/STRONG&gt;' since it also accepts a single approval as being good for all groups.&lt;/P&gt;
&lt;P&gt;However, your idea is a fantastic workaround for anyone else with a flow dedicated to a single item and a defined list of approval groups!!&lt;/P&gt;
&lt;P&gt;An even better idea would be to have a baseline option 'First approval from each group' LOL&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 07:30:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598685#M255611</guid>
      <dc:creator>markcorl</dc:creator>
      <dc:date>2021-03-13T07:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598686#M255612</link>
      <description>&lt;P&gt;Hi &lt;SN-MENTION class="sn-mention" table="live_profile" sysid="58dfc621db581fc09c9ffb651f961919"&gt;@mcorl&lt;/SN-MENTION&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another idea:&lt;/P&gt;
&lt;P&gt;Create a simple Workflow with one Group Approval Activity and call that Workflow from Flow&lt;/P&gt;
&lt;P&gt;Kind regards&lt;BR /&gt;Maik&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva; font-size: 10pt; color: #0000ff;"&gt;If my answer replied your question&amp;nbsp;please mark appropriate response as &lt;STRONG&gt;correct&lt;/STRONG&gt; so that the question will appear as resolved for other users who may have a similar question in the future.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Mar 2021 12:52:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598686#M255612</guid>
      <dc:creator>Maik Skoddow</dc:creator>
      <dc:date>2021-03-13T12:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598687#M255613</link>
      <description>&lt;P&gt;Good Morning Maik,&lt;/P&gt;
&lt;P&gt;So I considered your 2nd suggestion and am sorry to say I don't believe this will work either, for a couple reasons.&lt;/P&gt;
&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;The primary reason it won't work is because I'm getting the group approvals from a glide_list value and not querying a table.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;I'd have to query the approval groups from a table and then flush the results through a "For Each" loop, so that each approval would individually call the approval subflow for processing.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Even if I got fancy and did an array, breaking down the glide_list contents, issue 2 prevents this from working the way I'd like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;I stand corrected on my 1st couple statements. You can perform a "For Each" loop on a glide_list value, but the issue below still prevents this from working how I'd like.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;The 2nd issue is that I want all these group approvals to go out the same time as the other approvals that follow the manager approval.&lt;/LI&gt;&lt;LI&gt;&lt;OL&gt;&lt;LI&gt;Calling a subflow for each group would wait for an approval or rejection before returning to the main flow to grab the next group approval.&lt;/LI&gt;&lt;LI&gt;Issue 1 blocks issue 2&lt;/LI&gt;&lt;/OL&gt;
&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;I do appreciate your time and ideas, which may solve issues for other folks on this forum. Unfortunately, they don't resolve the issues I'm having. Keep the ideas coming though if you think of anything else. Just because it may not solve my issues doesn't mean it's a bad idea.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;BR /&gt;-Mark&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 14:40:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598687#M255613</guid>
      <dc:creator>markcorl</dc:creator>
      <dc:date>2021-03-15T14:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598688#M255614</link>
      <description>&lt;P&gt;I'm facing the same issue as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a form with a Multi Row Variable set that allows users to select multiple areas they require access to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I then&amp;nbsp;use flow designer to loop through and lookup the area they require access to and shoot an approval to the area owner (using a sub flow).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This works great but if the user selects 2 areas it&amp;nbsp;sets the second approval to no longer required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone&amp;nbsp;know if ServiceNow are going to fix this as it works perfectly in Workflow editor.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 04:31:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598688#M255614</guid>
      <dc:creator>Michael Leone</dc:creator>
      <dc:date>2021-04-06T04:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598689#M255615</link>
      <description>&lt;P&gt;Could you not feed the list of groups into&amp;nbsp;a single instance of the sub-workflow rather than a workflow instance per group?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Did you ever end up resolving this?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 09:21:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598689#M255615</guid>
      <dc:creator>brycefraser</dc:creator>
      <dc:date>2021-09-07T09:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598690#M255616</link>
      <description>&lt;P&gt;Howdy gang!&lt;/P&gt;
&lt;P&gt;**Update&lt;/P&gt;
&lt;P&gt;This still does not work in Flow Designer the way it does in Workflow Editor. I even tried to create a legacy subflow to handle the group approvals to run in parallel with the other approvals and that didn't work either. So my solution was to handle ALL the approvals in a good old fashioned Approval Coordinator. Everything works as expected now and I just wait for the coordinator to return a result and process that result back in Flow Designer.&lt;/P&gt;
&lt;P&gt;Seems like such a common thing. I'm mystified why Flow Designer can't handle the first approval from each dynamic group declared in an array. Maybe in San Diego or Tokyo...&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 18:58:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598690#M255616</guid>
      <dc:creator>markcorl</dc:creator>
      <dc:date>2021-09-17T18:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598691#M255617</link>
      <description>&lt;P&gt;Hi Mcorl,&lt;/P&gt;
&lt;P&gt;Agree with you very common thing on the Group approval is missing.&lt;/P&gt;
&lt;P&gt;Had a similar requirement, and I think was able to overcome this issue by looping group approvals as screen shot attached.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Disadvantage&lt;/STRONG&gt;&lt;/SPAN&gt;: Not all group approvals get triggered at the same time, it has to go one by one though.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: The attached workflow is just work-in-progress, still some testing is pending. But thought will share my experience, hope this helps?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;S&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 18:12:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598691#M255617</guid>
      <dc:creator>Satish16</dc:creator>
      <dc:date>2021-10-11T18:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598692#M255618</link>
      <description>&lt;P&gt;For multiple groups approval, you can use multiple "Anyone approves" in an OR condition. Connected to one "Anyone rejects" containing all groups needed.&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/187119i53B7F0DA68F0E935/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;For dynamic group approvals, check runtime value of flow context of the above and script the approval condition to return a string like:&lt;/P&gt;
&lt;PRE&gt;ApprovesAnyG[groupSysID1]&amp;amp;AnyG[groupSysID2]&amp;amp;AnyG[groupSysID3]OrRejectsAnyG[groupSysID3]&lt;/PRE&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/187115i5F55F57D5A1BCFF9/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>Fri, 27 May 2022 07:06:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/1598692#M255618</guid>
      <dc:creator>Luk__ Kn__ek</dc:creator>
      <dc:date>2022-05-27T07:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2366211#M926061</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/345475"&gt;@markcorl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should be able to accomplish this by using a script in the "Rules" as follows.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Start the approval string with "Approves"&lt;/LI&gt;&lt;LI&gt;For each group you need to get approval from, append the following:&lt;OL&gt;&lt;LI&gt;If this is NOT the first group in the list, "&amp;amp;"&lt;/LI&gt;&lt;LI&gt;"AnyG[" + sys_id of the group + "]"&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;If you want a rejection from anyone to reject, then add "OrRejectsAnyG[" + comma-separated list of the group sys_ids + "]"&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The end result should look like this:&lt;BR /&gt;ApprovesAnyG[sys_id_1]&amp;amp;AnyG[sys_id_2]...&amp;amp;AnyG[sys_id_n]OrRejectsAnyG[sys_id_1,sys_id_2,...sys_id_n]&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 15:31:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2366211#M926061</guid>
      <dc:creator>nyancer3</dc:creator>
      <dc:date>2022-10-28T15:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2561792#M997239</link>
      <description>&lt;P&gt;I just noticed this in my subscribed threads and wanted to touch base.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I logged this as a I ticket last year and was advised that this was a know error that would be fixed in Utah.&amp;nbsp; They let me know that it was due to the way the approval engine was written and it wasn't going to be back ported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm going to test this out tomorrow and report back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ended up skating around. The approval by braking my item up into a parent item with multiple child items for each item that required a separate approval.&amp;nbsp; I found this to be a better solution as the approval record has more meaningful data.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 14:26:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2561792#M997239</guid>
      <dc:creator>Michael Leone</dc:creator>
      <dc:date>2023-05-15T14:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2800691#M1075467</link>
      <description>&lt;P&gt;Good morning&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/345475"&gt;@markcorl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a way to achieve the "First response from each group" condition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The action configuration:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoseManuel_0-1705939683062.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/323188iA88BAB213E28E3CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoseManuel_0-1705939683062.png" alt="JoseManuel_0-1705939683062.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You need to specify rules by script.&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoseManuel_1-1705939722867.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/323190iAC65D11278F2BC47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoseManuel_1-1705939722867.png" alt="JoseManuel_1-1705939722867.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;return "Approves1#G[groupid]&amp;amp;1#G[groupid]";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you would like it dynamic, you can get your groups' ids before and concatenate them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoseManuel_2-1705939852834.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/323192i3057E07CC4A55738/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoseManuel_2-1705939852834.png" alt="JoseManuel_2-1705939852834.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, my groups were saved in a glide_list field.&lt;/P&gt;&lt;P&gt;Results:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoseManuel_3-1705939917538.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/323194iF9B1D9532D1B3F8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoseManuel_3-1705939917538.png" alt="JoseManuel_3-1705939917538.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 16:15:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2800691#M1075467</guid>
      <dc:creator>Jose Manuel</dc:creator>
      <dc:date>2024-01-22T16:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2887435#M1101571</link>
      <description>&lt;P&gt;Hi Jose Manuel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It really works for approval, how can we achieve it for rejection like anyone rejects irrespective of group , the request should reject as per the above example its the same way for rejection as well, each member in group has to reject it but we need only one rejection, please let me know if you have implimented this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 07:00:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2887435#M1101571</guid>
      <dc:creator>svani</dc:creator>
      <dc:date>2024-04-04T07:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2888276#M1101853</link>
      <description>&lt;P&gt;It's kind the same. we only need to change the sintaxys. here is an example:&lt;/P&gt;&lt;P&gt;Rejects1#G[sys_id_group_1]&amp;amp;1#G[sys_id_group_2]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, you only need to change the word "Approves" by "Rejects".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this worked.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 17:46:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2888276#M1101853</guid>
      <dc:creator>Jose Manuel</dc:creator>
      <dc:date>2024-04-04T17:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2977904#M1126823</link>
      <description>&lt;P&gt;Hi Maik,&lt;/P&gt;&lt;P&gt;i trust this msg finds you well. I wonder if you could help me here.&lt;/P&gt;&lt;P&gt;I have a catalogue item where users select in a list collector one or more business applications.&lt;/P&gt;&lt;P&gt;As part of the flow, the RITM must be approved by a fixed group and the portfolio manager group for each business application selected. One person for each group must approve and any rejection will cancel the request.&lt;/P&gt;&lt;P&gt;Since i am new to flow i created an action "Ask for approval" containing the following script.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;var answer = [];&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;var approvers = 'a7923e8edbe429103985be43f3961941';&lt;/STRONG&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;STRONG&gt;//search for managed by group of business applications&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;var app = fd_data.trigger.request_item.variables.business_applications_affected.toString();&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; //search for application managed by group&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; var gr = new GlideRecord('cmdb_ci_business_app');&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; gr.addQuery('sys_id','IN', app);&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; gr.query();&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; while(gr.next()){&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(gr.managed_by_group!=''){&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; approvers=approvers+','+gr.managed_by_group;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } else {&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(gr.managed_by_group=='') {&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;approvers=approvers+','+gr.application_manager;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; }&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;//}&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;return "ApprovesAnyG["+approvers+"]OrRejectsAnyU["+approvers+]";&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;The script above adds all approvers and group approvals but if a member of a group approves the other members of the same group are not set to "no longer required". Also, if a person rejects the request, none of the other approvers are set to "no longer required".&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;would u know why or how should i do this?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;regards,&lt;/DIV&gt;&lt;DIV&gt;Max&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 05:00:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2977904#M1126823</guid>
      <dc:creator>El Cuchi</dc:creator>
      <dc:date>2024-07-02T05:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2982677#M1128279</link>
      <description>&lt;P&gt;After spending hours going over the forums, I found your reply here and tried it but it still didn't work in my instance.&lt;/P&gt;&lt;P&gt;But, I then stumbled upon this article:&amp;nbsp;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB1561381" target="_blank"&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB1561381&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Once I set the system property '&lt;SPAN&gt;com.glide.hub.flow.approval.function.early_terminate' to true, the issue is completely resolved and it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm curious to know if you have this property set to true in your instance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2024 09:45:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/2982677#M1128279</guid>
      <dc:creator>Kieran Jones1</dc:creator>
      <dc:date>2024-07-07T09:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/3057943#M1148781</link>
      <description>&lt;P&gt;I too have just spent hours looking over the forums and trawling through the debugger to see if I could work out why Flow Designer group approvals didn't behave like Workflow group approvals, as we've recently started using Flows for some approvals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would have never found that KB, so thanks for posting this.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 10:41:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/3057943#M1148781</guid>
      <dc:creator>Owen</dc:creator>
      <dc:date>2024-09-27T10:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/3180033#M1180111</link>
      <description>&lt;P&gt;This can be done using FlowDesigner approval rules in both drag-and-drop and scripted format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Drag and drop should look something like this. The two groups have to be added separately with AND between them translating to 'Anyone from each group'. If the groups are added instead in the same box, then this would translate to ''Anyone from all groups'.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="georgematau_0-1739807999616.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/419980i784168900F87F335/image-size/medium?v=v2&amp;amp;px=400" role="button" title="georgematau_0-1739807999616.png" alt="georgematau_0-1739807999616.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using scripted approvals the code should be like this&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;AnyG['group1_sysid']&amp;amp;AnyG['group2_sysid']&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;In older instances I found out that this doesn't work until I set the system property 'com.glide.hub.flow.approval.function.early_terminate' to false, as suggested by this article from NowSupport&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB1504056" target="_blank" rel="noopener noreferrer"&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB1504056&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Feb 2025 16:09:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/3180033#M1180111</guid>
      <dc:creator>georgematau</dc:creator>
      <dc:date>2025-02-17T16:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Group Approvals in Flow Designer missing 'an approval from each group' option?</title>
      <link>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/3347408#M1221160</link>
      <description>&lt;P&gt;I didn't review it in the moment, but right now, in my yokomaha's instance, I don't have that property and it works. maybe it was solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great to hear you could solve it !&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 19:45:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/group-approvals-in-flow-designer-missing-an-approval-from-each/m-p/3347408#M1221160</guid>
      <dc:creator>Jose Manuel</dc:creator>
      <dc:date>2025-08-08T19:45:06Z</dc:date>
    </item>
  </channel>
</rss>

