How do I update a spreadsheet row in Google Sheets when an order is made in Shopify?
How to updates the amount spent by a customer each time the customer makes a new order in Shopify to a Spreadsheet on Excel, with headers “customer's email”, “Amount 1”, “Amount 2” “Amount 3” “Amount 4”, and Total ordered?
“Amount 1” is the first order, got that, but “Amount 2” “Amount 3” “Amount 4” would be the future orders and “Total Ordered” is the Sum of Amount 1 to 4.
Page 1 / 1
Hi @leofaria
Good question.
Try these Zap steps.
Map the Row / ID from the Lookup Row step to the Update Row step.
You’ll have to add logic to determine which Amount column to use.
I’d actually suggest you use Airtable instead of GSheets.
Airtable is a relational database app.
You can have 2 Tables that are linked: Orders, Customers
On the Customers Table, you can use a Rollup field to see the Total.
Thanks but my Company only allows Excel. I don’t know why the forum tagged Google Sheet.
By a study made with the client, in the past 12 months, only two users ordered more than two times, both three orders. So, "Order 4" is imagining this possibility, but we can stretch it to "Order 10."
It is for a marketing campaign to increase returning customers. We will send a Discount/gift when multiple numbers of the order reach a specific amount in a quarter.
Hi @leofaria!
I’m wondering if an alternative might be to have a Zap that adds each new order into Excel as a new row. Then you’d group the data in Excel to get the orders for the customer order grouped together. Going by this Outline (group) data in a worksheet guide it seems like data grouping is possible in Excel.
That said, I’m not sure if the grouping would interfere with the Zaps ability to add new rows so you may need to set up another worksheet that automatically pulls in all the data from the worksheet that the Zap sends the order information to. Then set up the data grouping on that other worksheet.