Export data to the FTP server

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • Export a file from a local source, a remote network server, or another instance by providing a path and authentication information.

    Avant de commencer

    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

    Pourquoi et quand exécuter cette tâche

    Integrate your FTP Server to export all the confirmed orders using Flow Designer.

    Procédure

    Navigate to All > Procurement Integration > Ordering > Outbound Orders.
    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.

    Exemple

    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.
      Remarque :
      Based on your business requirements, add additional actions, triggers, or subflows.