Export data to the FTP server
Export a file from a local source, a remote network server, or another instance by providing a path and authentication information.
Before you begin
You can use Data Source to pull the data from an FTP server. However, you can't use Data Source to post the data to the FTP server.
Role required: admin
About this task
Integrate your FTP Server to export all the confirmed orders using Flow Designer.
Procedure
Navigate to .
A list of outbound orders appears.
Use the Flow Designer to automate processes of data movement from ServiceNow to third-party applications. Flow Designer lets you move the procurement data between a ServiceNow instance and external applications, data sources, and services.
Example
You can use Flow Designer subflows to move the data into a mid server and then to
external resources. Here is a quick example for processing the Purchase
Order Queue.
- Look up for FTP integration record with the supplier ID. For example, Process Purchase Order Outbound Queue.
- Generate Purchase Order payload.
- Push to Mid server.
- Wait for duration of time.
- Push to FTP server.
- Assign subflow outputs.
- Add an action, flow logic, or subflow as required.Note:Based on your business requirements, add additional actions, triggers, or subflows.