- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-01-2021 10:03 AM
09-01-2021 01:42 PM
Hi!
Just checking where you tried to pull the EntryID from? Did you use ${File.EntryID} as the input to your task? Here's an example:
For more granularity and to not fetch all of the files in the incident you can add a filter into the entry like this:
That fetches the EntryID for a File with txt in the Name.
I hope this helps!
09-01-2021 01:48 PM
Hi Doug!
I solved it with a Python script. I found the command 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 14@23456 then the path is 12345_14@23456.
02-28-2022 09:11 PM
Hi Thanks,
Nice. and I am trying add this "ID" of the context data in to playbook task . but i m not able to find this. will you able to help here to identifying the same ?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!