Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Bulk download attachments

prasanna11
Giga Guru

I have a requirement to bulk download attachment for a specific query. I do understand we can probably build ui action and scripts. 

 

But this sounds like a fair and straightforward requirement and I wished there was a simpler means to do this. (Instead of writing a script and maintaining it, also surprised that service-now is not offering it out of the box yet)

6 REPLIES 6

Ankur Bawiskar
Tera Patron

@prasanna11 

from where you want to download? which screen/form?

native or workspace?

there are custom ways to handle this

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Native form, and all attachments against a custom table. (probably has 400-500 attachments so far in that table)

@prasanna11 

you already have Download All when you open the attachment box

can't that be used?

AnkurBawiskar_0-1788771943063.png

 

also check this

How to download all attachments from a record to a Zip file 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

No, I mean the attachments added across different records on the table. (for example need to download all purchase order docs against active requests)