Flow Designer Query

ArnabB
Tera Contributor

I'm trying to fetch files from Mid Server to attach to a data source and run transform to move the data to Target table.

 

I am trying this approach -

Also, I am not getting how to attach the file to the desired data source and run the transform automatically through the same flow.

 

Please suggest! Thank you! 

7 REPLIES 7

Ankur Bawiskar
Tera Patron
Tera Patron

@ArnabB 

that flow action/step is for SFTP which is not related to mid server

there are other alternatives to achieve your requirement

check this link

How to import a CSV file from a MID Server 

also check this link

Automated Data Import - Using MID Server and PowerShell 

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

@Ankur Bawiskar 
Hi. The recommendation is to look for a OOTB solution rather than using custom powershell script. Is there any reason you're saying that SFTP Step - Copy Files To Instance will not work to copy data from Mid Server to Data Source?

@ArnabB 

SFTP will move files from sftp server to instance

But you want to fetch files from mid server right?

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

@Ankur Bawiskar 

Yes we want to move files from Mid Server to a particular data source in the ServiceNow instance and also run the transform map after that.