• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Creating a new invoice in Wave

wgstarks

Member
I used this youtube video to create a workflow which creates a new invoice in Wave whenever a new order is placed in Woocommerce. Each section works but when I place test orders with multiple items only the first item in the order is added to the Wave invoice. How can I modify the workflow so that all items are added including the total shipping cost?

workflow
 

ArshilAhmad

Moderator
Staff member
Hi @wgstarks,

Disable the 'Simple Response,' then place a test order with multiple products; this will provide you with all the items of a particular order in JSON format.
1700698496205.png



You can then add a Line Itemizer to your workflow, which will provide you with comma-separated values. These values can be mapped in your Wave action steps.
 

wgstarks

Member
Thanks. I'm working on the modifications but now the Lookup Table app fails when I use the Name item mapped from the Data Transformer app for the lookup key.
 

wgstarks

Member
Update:
I have been able to bypass the need for the Lookup Table app by adding the Wave product ID's to my Woocommerce products as an SKU which I can then map the Wave invoice create to the SKU line in Data Transformer.

I still can't find a way to get the shipping total into the Wave invoice though????
 
Top