Hi,
I would like to set up an automation that does the following:
- Runs 1x per day at pre-determined time
- Watches Shopify orders (from the day)
- Creates a new Sheet in a Google Sheet called the current date
- Adds these orders as rows into this days Google Sheet (using Iterator to add new lines per item in order)
I have been able to get everything working, except for getting this automation to happen on a new sheet each day (You can’t map out the fields to a sheet that doesn’t exist yet?)
Any help or ideas here would be greatly appreciated!
Thanks