Hi there,
I’m adding new rows to a google sheet for each Shopify order. This is an “on-demand” scenario that I’ll run at the end of the month.
Each order is a new row in my google sheet. The row includes various order details
I’m pulling order_name from the shopify data and includding it in my pulled data. This identifies each order in my sheet.
How can I set up my scenario such that it only adds new orders to my google sheets? Is there a way to search the sheet and only add new rows if order_name isn’t found? Or can I only pull orders since the last execution?
Thanks for the help!