Hello,
I am trying to separate the different items from a WooCommerce orders into separate Google Sheets by Brand.
The logic I want to try is this:
Any ideas to do it simplier?
Best,
Miguel
I am trying to separate the different items from a WooCommerce orders into separate Google Sheets by Brand.
The logic I want to try is this:
- If line item 0 name contains "Brand A", insert a new row in the Google Sheet A
- If line item 0 name contains "Brand B", insert a new row in the Google Sheet B
- If line item 1 name contains "Brand A", insert a new row in the Google Sheet A
- If line item 1 name contains "Brand B", insert a new row in the Google Sheet B
- and so on...
Any ideas to do it simplier?
Best,
Miguel