- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-14-2023 08:02 AM
Hi Team,
I'm trying to zip a file using ZipFile Automation as a task in the playbook and after it has been zipped use the ZIP file EntryID to be sent attached in an email, I'm getting this error:
'Unable to read file with id b4841215-d627-4c36-9cb6-243199452aaf', ValueError('failed to get artifact file path, invalid file (52)\n'
ZipFile Task finishes with no errors.
Anyone with a similar issue?
Thanks
04-18-2023 02:51 PM
The error message you are getting is related to entering incorrect entryID. EntryID contains {incident ID plus @ long string}.
b4841215-d627-4c36-9cb6-243199452aaf is the long string piece but you are missing incident ID in the front of it.
How are you passing EntryID in the ZipFile automation?
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!