Add relative Path to import attachments to ServiceNow

lucky6
Tera Contributor

To import bulk attachments to service now i have created import set table with below fields. and i have created after business rule and when record created in import set table querying the case number and creating respective attachment but when i open attachment i am getting an error as file format is not valid.. Can anyone help me how to add correct path to import the file to servicenow from the system. Will this approach really works? if not can anyone suggest best approach.

Ex: Number- CS123

     Attachment Path: C:\Desltop\Test.xlsx

 

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron

Hi @lucky6 

sorry, but I really have no idea what you want to achieve. It starts with "import bulk attachments". What is your idea about that? I'm asking because this is not possible!

Maik

Hi @Maik Skoddow ,

I want to import bulk attachments to respective servicenow cases..I have files and case numbers. Can you please let me know the best approach for this.