Need to UPLOAD csv file to outside FTP server

xiaix
Tera Guru

I need to generate a CSV file with table record data, then UPLOAD it to an outside FTP server.

Everything I see in ServiceNow is how to contact an FTP server to download a file and transform it into SN.

I need to do the opposite.

Is this possible?

1 ACCEPTED SOLUTION

Jeff Currier
ServiceNow Employee
ServiceNow Employee

You want to look at export sets.  With exports you can specify the data to export and use the MID server to sftp the file outside.  Be careful with security as you are sending data out of the platform.  This community article may help too.

View solution in original post

1 REPLY 1

Jeff Currier
ServiceNow Employee
ServiceNow Employee

You want to look at export sets.  With exports you can specify the data to export and use the MID server to sftp the file outside.  Be careful with security as you are sending data out of the platform.  This community article may help too.