<?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 Re: XSOAR - How to pull file from context in playbook in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-how-to-pull-file-from-context-in-playbook/m-p/469440#M604</link>
    <description>&lt;P&gt;Hi Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice. and I am trying add this "ID" of the context data&amp;nbsp; in to playbook task . but i m not able to find this. will you able to help here to identifying the same ?&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="Abu_Satorp_0-1646111259873.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/39395iE9E657DBA82A9219/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Abu_Satorp_0-1646111259873.png" alt="Abu_Satorp_0-1646111259873.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2022 05:11:24 GMT</pubDate>
    <dc:creator>Abu_Satorp</dc:creator>
    <dc:date>2022-03-01T05:11:24Z</dc:date>
    <item>
      <title>XSOAR - How to pull file from context in playbook</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-how-to-pull-file-from-context-in-playbook/m-p/430803#M336</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to pull a file from the context. I tried pulling the 'EntryId' for the file, but the playbook returned an error saying there was not a file at that file path. Is it possible to pull a file from the context, and if so, how can it be done?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 17:03:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-how-to-pull-file-from-context-in-playbook/m-p/430803#M336</guid>
      <dc:creator>TexasHoosier</dc:creator>
      <dc:date>2021-09-01T17:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: XSOAR - How to pull file from context in playbook</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-how-to-pull-file-from-context-in-playbook/m-p/430885#M338</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Just checking where you tried to pull the EntryID from?&amp;nbsp; Did you use ${File.EntryID} as the input to your task?&amp;nbsp; Here's an example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougCouch_0-1630528737356.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/36027i5D7F7F394276AC30/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="DougCouch_0-1630528737356.png" alt="DougCouch_0-1630528737356.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For more granularity and to not fetch all of the files in the incident you can add a filter into the entry like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougCouch_1-1630528891245.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/36028iEED7C66D2D7BD16D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="DougCouch_1-1630528891245.png" alt="DougCouch_1-1630528891245.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;That fetches the EntryID for a File with txt in the Name.&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 20:42:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-how-to-pull-file-from-context-in-playbook/m-p/430885#M338</guid>
      <dc:creator>DougCouch</dc:creator>
      <dc:date>2021-09-01T20:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: XSOAR - How to pull file from context in playbook</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-how-to-pull-file-from-context-in-playbook/m-p/430886#M339</link>
      <description>&lt;P&gt;Hi Doug!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I solved it with a Python script. I found the command&amp;nbsp;demisto.getFilePath(entryID), which returns a dictionary containing the file name and path. The path to the file is incident#_EntryID. So if the incident number is 12345 and the entry id is &lt;A href="mailto:14@12345" target="_blank"&gt;14@23456&lt;/A&gt;&amp;nbsp;then the path is 12345_14@23456.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 20:48:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-how-to-pull-file-from-context-in-playbook/m-p/430886#M339</guid>
      <dc:creator>TexasHoosier</dc:creator>
      <dc:date>2021-09-01T20:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: XSOAR - How to pull file from context in playbook</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-how-to-pull-file-from-context-in-playbook/m-p/469440#M604</link>
      <description>&lt;P&gt;Hi Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice. and I am trying add this "ID" of the context data&amp;nbsp; in to playbook task . but i m not able to find this. will you able to help here to identifying the same ?&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="Abu_Satorp_0-1646111259873.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/39395iE9E657DBA82A9219/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Abu_Satorp_0-1646111259873.png" alt="Abu_Satorp_0-1646111259873.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 05:11:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-how-to-pull-file-from-context-in-playbook/m-p/469440#M604</guid>
      <dc:creator>Abu_Satorp</dc:creator>
      <dc:date>2022-03-01T05:11:24Z</dc:date>
    </item>
  </channel>
</rss>

