how to download Attachment from the incident ticket using Servicenow Orchestration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2016 09:43 PM
I need to download the Attachment from Incident Ticket when the Ticket is create and do some excel manipulation in that file

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2016 02:59 AM
It will download to the MID Server, so you have to specify the MID-Server folder (e.g. C:\My_Excel_Files). That folder should exist on the MID server, so you might have to create one. I recommend not using spaces, since that might lead to some problems with your PowerShell scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2016 03:03 AM
How and where to specify the folder structure in MID Server or i need to send a parameter value to powershell script

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2016 05:09 AM
Of course you have to add appropriate inputs to the activity:
Than you can just enter the correct values in the activity that you use in the workflow:
If you're unclear about that, I'd recommend the wiki: Activity Designer - JavaScript Probe - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2016 11:54 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2016 12:35 AM