---
title: Trigger Export via Shopware Flows
description: How to automatically trigger export profiles using Shopware 6 Flow Builder, for example on order placement.
---

Export profiles can now be executed automatically using **Shopware 6 Flow Builder**.

## Workflow

1. Go to **Settings → Flow builder** and add a new flow.
2. On the Flow tab, select **Order Placed Event** (Order - Payment Method - Placed)
    
    ![](/images/Trigger_Export_Profiles_Via_Shopware_Flows_Placed.jpg)
    
3. Add a new **Action** and select **Run Export**.
    
    ![](/images/Trigger_Export_Profiles_Via_Shopware_Flows_run_export.png)
    
4. After that, you will need to specify the export profile ID.
    
    ![](/images/Trigger_Export_Profiles_Via_Shopware_Flows_run_export_profile_ID.jpg)
    
5. Next time an order is placed in the store, this profile will be run automatically.

Note that you can configure the export profile to export delta changes only to transfer only newly placed orders.
