<?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 Query related to [HK][CCBA][232689][Finetune XSOAR playbook - Update the Group Member] in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-related-to-hk-ccba-232689-finetune-xsoar-playbook-update/m-p/589739#M3396</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I have standard customer, their requirement is&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[HK][CCBA][232689][Finetune XSOAR playbook - Update the Group Member] Customer informed that existing playbook flow is XSOAR will get the group member list from 1 device, and update the member list, then XSOAR will deploy the updated member list to ALL Fortinet devices. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Customer want to finetune the playbook to get the group member list and update the list to each Fortinet device one by one. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please advise.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2024 02:59:38 GMT</pubDate>
    <dc:creator>assubramania</dc:creator>
    <dc:date>2024-06-18T02:59:38Z</dc:date>
    <item>
      <title>Query related to [HK][CCBA][232689][Finetune XSOAR playbook - Update the Group Member]</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-related-to-hk-ccba-232689-finetune-xsoar-playbook-update/m-p/589739#M3396</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I have standard customer, their requirement is&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[HK][CCBA][232689][Finetune XSOAR playbook - Update the Group Member] Customer informed that existing playbook flow is XSOAR will get the group member list from 1 device, and update the member list, then XSOAR will deploy the updated member list to ALL Fortinet devices. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Customer want to finetune the playbook to get the group member list and update the list to each Fortinet device one by one. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please advise.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 02:59:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-related-to-hk-ccba-232689-finetune-xsoar-playbook-update/m-p/589739#M3396</guid>
      <dc:creator>assubramania</dc:creator>
      <dc:date>2024-06-18T02:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Query related to [HK][CCBA][232689][Finetune XSOAR playbook - Update the Group Member]</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-related-to-hk-ccba-232689-finetune-xsoar-playbook-update/m-p/590007#M3402</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/258347"&gt;@assubramania&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;Anytime you want to loop within XSOAR, you will need to create a sub-playbook or loop within a script.&lt;/P&gt;
&lt;P&gt;We recommend using the sub-playbook option for easier tracking and troubleshooting.&lt;/P&gt;
&lt;P&gt;When you create a sub-playbook within a playbook, the task will have a Loop tab that allows you to loop for each input.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ysato_0-1718899190066.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/60446iC517AD061712483A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ysato_0-1718899190066.png" alt="ysato_0-1718899190066.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For your situation, you want to pass in two inputs: one is a list of group members and the other is a list of Fortinet devices. However, when you pass two lists into sub-playbook looping, it will grab the first item from list1 and the first item from list2, then move on to the second item from list1 and list2.&lt;/P&gt;
&lt;P&gt;There is great documentation and a video explaining this here:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8/Cortex-XSOAR-Administrator-Guide/Configure-a-Sub-Playbook-Loop" target="_new" rel="noreferrer"&gt;Cortex XSOAR Administrator Guide&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.youtube.com/watch?v=-Db98zkG7qc" target="_new" rel="noreferrer"&gt;YouTube video&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If this is not the behavior you want to achieve, you can pass the group member list as a string by combining the list into one string with commas, and then split it into a list once you pass it into the sub-playbook. This way, only the list of Fortinet devices will be looped.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Feel free to ask for clarification or any follow-up questions!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 16:07:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/query-related-to-hk-ccba-232689-finetune-xsoar-playbook-update/m-p/590007#M3402</guid>
      <dc:creator>yuki_sato</dc:creator>
      <dc:date>2024-06-20T16:07:39Z</dc:date>
    </item>
  </channel>
</rss>

