I’m trying to automate the process of exporting orders and saving them as a CSV file on my desktop using Shopify Flow. The Flow ran without encountering any errors, but I am unable to locate the downloaded CSV file! Also not sure if the flow worked. I thought to use the data returned from step #2 as a variable in step #3, but I am uncertain about how to achieve this.
Not sure if this is the easy way to auto-export orders without using 3rd party app.
Any assistance would be greatly appreciated. Thanks
Currently, the Send HTTP Request action does not return data into the workflow to be used elsewhere. So the request was sent, but the resulting CSV file is inaccessible. We’re working to improve that (and capture returned data) in the future.
Is there a way to auto-export all today’s orders in CSV format using Shopify Flow or any built-in Shopify feature without relying on a third-party app?
I’m aware of the option to add a a new row to a Google Sheet, but what I’m looking for is a method to export all of today’s orders at once. Thanks,
The same tools exists. Google Sheets is the best/easiest option for outputting tables and those can be downloaded as a CSV. You can get orders from today and loop over them using “For Each” action, sending 1 row at a time.