Hi Pabbly support team,
The Pabbly account I handle is [email protected]. The workflow is called the WooCommerce to Master Revenue sheet. In this workflow, I fetched the data from the webhook. This workflow fetches Woocommerce order data and stores it in a Google sheet. The workflow should be able to handle even if there are multiple items in a single order. For that, I used an iterator for Line item[ ]. Inside Line item[ ] there is another array called Meta data[ ]. I used another iterator for Meta data, but the problem is that the Meta data[ ] has many items like id:55812, id:55813, id:55814, id:55827, id:55828, id:55829, and so on. Out of these I need only [{"key":"Translation","value":"Russian","id":"1725237117","raw_value":"Russian","raw_price":38,"price_type":"flat_fee"},{"key":"Transcription","value":"Russian","id":"1725237118","raw_value":"Russian","raw_price":99,"price_type":"flat_fee"}]}
How to pick only a few items from the iterator?
Link to the workflow:https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZjMDYzMzA0Mzc1MjY0NTUzZDUxMzci_pc
Thanks in advance,
Regards,
Akila.
The Pabbly account I handle is [email protected]. The workflow is called the WooCommerce to Master Revenue sheet. In this workflow, I fetched the data from the webhook. This workflow fetches Woocommerce order data and stores it in a Google sheet. The workflow should be able to handle even if there are multiple items in a single order. For that, I used an iterator for Line item[ ]. Inside Line item[ ] there is another array called Meta data[ ]. I used another iterator for Meta data, but the problem is that the Meta data[ ] has many items like id:55812, id:55813, id:55814, id:55827, id:55828, id:55829, and so on. Out of these I need only [{"key":"Translation","value":"Russian","id":"1725237117","raw_value":"Russian","raw_price":38,"price_type":"flat_fee"},{"key":"Transcription","value":"Russian","id":"1725237118","raw_value":"Russian","raw_price":99,"price_type":"flat_fee"}]}
How to pick only a few items from the iterator?
Link to the workflow:https://connect.pabbly.com/workflow/mapping/IjU3NjYwNTZjMDYzMzA0Mzc1MjY0NTUzZDUxMzci_pc
Thanks in advance,
Regards,
Akila.