- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 08:33 AM
Hi All,
Hope you are well!
Seeking your help.
I need to download all the attachments in the ServiceNow instance for each change requests. It needs to be a bulk download option (Doesn't matter even if it's one time) as we have to download more than 1000 change request attachments. Doesn't matter background script, BR or UI action or any possible way. Appreciate your help.
Thanks & Regards,
Pawan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 09:25 PM
Hi,
check this out
How to download all attachments from a table
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 09:26 AM
Hi,
check this out
Download all the record attachments with one click
How to download all attachments from a table
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 09:22 PM
Hi Ankur,
thank you for the response. Much appreciated!
I checked above 2 articles. But it's only for one record. I'm struggling to download attachments for each change request as a bulk. May be in list view. Appeciate your guidance.
Thanks in advance,
Pawan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 09:25 PM
Hi,
check this out
How to download all attachments from a table
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 09:36 AM
It worked. Thank you very much!