<?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: Microsoft Ad Spoke - MemberOf groups issue in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/microsoft-ad-spoke-memberof-groups-issue/m-p/3056125#M1148336</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if you already found this but incase anyone else has the same issue please take a look at &lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB1701059" target="_blank" rel="noopener"&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB1701059&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to create a copy of the existing action with a new output variable&lt;/P&gt;&lt;P&gt;Label - Member Of&lt;/P&gt;&lt;P&gt;Name - memberof&lt;/P&gt;&lt;P&gt;Type - Array.String&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After creating the new output variable drag and drop the 'Member Of' Data object from the 'Post Processing &amp;amp; Error Handing' section&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-09-26_03-48-15.PNG" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/389330i2C9A48C0299EDC5F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="2024-09-26_03-48-15.PNG" alt="2024-09-26_03-48-15.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After saving and publishing, if you use the new action and the new Member now it should give you the expected array data containing the groups of the user found&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-09-26_03-58-29.PNG" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/389333i2FBB12D5E7A155E1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="2024-09-26_03-58-29.PNG" alt="2024-09-26_03-58-29.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Wed, 25 Sep 2024 18:12:17 GMT</pubDate>
    <dc:creator>Afrim Patrix</dc:creator>
    <dc:date>2024-09-25T18:12:17Z</dc:date>
    <item>
      <title>Microsoft Ad Spoke - MemberOf groups issue</title>
      <link>https://www.servicenow.com/community/developer-forum/microsoft-ad-spoke-memberof-groups-issue/m-p/2966828#M1123623</link>
      <description>&lt;P&gt;I am using the OOB Look up User action which returns a user object. One of the values is memberof which is an array,string of the all the groups a user belongs to. This works fine but when I try to loop through those I get an error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisDoernbrac_0-1718741854997.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/365841iF54B72211C03DCCF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisDoernbrac_0-1718741854997.png" alt="ChrisDoernbrac_0-1718741854997.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisDoernbrac_1-1718741868388.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/365842i841DC67C90B8757D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisDoernbrac_1-1718741868388.png" alt="ChrisDoernbrac_1-1718741868388.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see that other folks have had the same issue as well.&amp;nbsp;&lt;A href="https://www.servicenow.com/community/developer-forum/parse-json-string-from-microsoft-ad-spoke-lookup-user/m-p/2403809" target="_blank"&gt;https://www.servicenow.com/community/developer-forum/parse-json-string-from-microsoft-ad-spoke-lookup-user/m-p/2403809&lt;/A&gt;&amp;nbsp;had a solution but didn't provide enough detail. I am not sure how they got the memberof into JSON. Either way, has anyone run into this and found a solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 20:19:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/microsoft-ad-spoke-memberof-groups-issue/m-p/2966828#M1123623</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2024-06-18T20:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Ad Spoke - MemberOf groups issue</title>
      <link>https://www.servicenow.com/community/developer-forum/microsoft-ad-spoke-memberof-groups-issue/m-p/2967076#M1123689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Community Alums&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer below posts which could be helpful :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/developer-forum/convert-string-list-to-convert-to-array-list-get-catalog-in-flow/m-p/1812001" target="_blank"&gt;https://www.servicenow.com/community/developer-forum/convert-string-list-to-convert-to-array-list-get-catalog-in-flow/m-p/1812001&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/developer-forum/how-to-iterate-an-array-string-in-the-flow-designer/m-p/1843363" target="_blank"&gt;https://www.servicenow.com/community/developer-forum/how-to-iterate-an-array-string-in-the-flow-designer/m-p/1843363&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.servicenow.com/community/developer-forum/output-array-string-to-record-in-flow-designer/m-p/2842314/page/4" target="_blank"&gt;https://www.servicenow.com/community/developer-forum/output-array-string-to-record-in-flow-designer/m-p/2842314/page/4&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards&lt;/P&gt;
&lt;P&gt;Amit Verma&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 07:13:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/microsoft-ad-spoke-memberof-groups-issue/m-p/2967076#M1123689</guid>
      <dc:creator>vermaamit16</dc:creator>
      <dc:date>2024-06-19T07:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Ad Spoke - MemberOf groups issue</title>
      <link>https://www.servicenow.com/community/developer-forum/microsoft-ad-spoke-memberof-groups-issue/m-p/2968967#M1124218</link>
      <description>&lt;P&gt;I have seen all of these posts hence why I created a new post. These posts don't solve my issue which is that I need to be able to access an array which is part of a complex object.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 15:41:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/microsoft-ad-spoke-memberof-groups-issue/m-p/2968967#M1124218</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2024-06-20T15:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Ad Spoke - MemberOf groups issue</title>
      <link>https://www.servicenow.com/community/developer-forum/microsoft-ad-spoke-memberof-groups-issue/m-p/2969003#M1124232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Community Alums&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to below thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0951861" target="_blank"&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0951861&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.servicenow.com/community/workflow-automation-forum/unable-to-create-serializable-iterator/m-p/2955380" target="_blank"&gt;https://www.servicenow.com/community/workflow-automation-forum/unable-to-create-serializable-iterator/m-p/2955380&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful."&amp;nbsp;&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;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Sumanth Meda&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 16:11:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/microsoft-ad-spoke-memberof-groups-issue/m-p/2969003#M1124232</guid>
      <dc:creator>Sumanth16</dc:creator>
      <dc:date>2024-06-20T16:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Microsoft Ad Spoke - MemberOf groups issue</title>
      <link>https://www.servicenow.com/community/developer-forum/microsoft-ad-spoke-memberof-groups-issue/m-p/3056125#M1148336</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if you already found this but incase anyone else has the same issue please take a look at &lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB1701059" target="_blank" rel="noopener"&gt;https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB1701059&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to create a copy of the existing action with a new output variable&lt;/P&gt;&lt;P&gt;Label - Member Of&lt;/P&gt;&lt;P&gt;Name - memberof&lt;/P&gt;&lt;P&gt;Type - Array.String&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;After creating the new output variable drag and drop the 'Member Of' Data object from the 'Post Processing &amp;amp; Error Handing' section&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-09-26_03-48-15.PNG" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/389330i2C9A48C0299EDC5F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="2024-09-26_03-48-15.PNG" alt="2024-09-26_03-48-15.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After saving and publishing, if you use the new action and the new Member now it should give you the expected array data containing the groups of the user found&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-09-26_03-58-29.PNG" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/389333i2FBB12D5E7A155E1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="2024-09-26_03-58-29.PNG" alt="2024-09-26_03-58-29.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 18:12:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/microsoft-ad-spoke-memberof-groups-issue/m-p/3056125#M1148336</guid>
      <dc:creator>Afrim Patrix</dc:creator>
      <dc:date>2024-09-25T18:12:17Z</dc:date>
    </item>
  </channel>
</rss>

