• 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

Recent content by davidw

  1. D

    Update WooCommerce order metadata action

    It would be best that you can make it work like Zapier above. With Zapier you can specify the meta key you want to update. Thanks
  2. D

    Update WooCommerce order metadata action

    I want to update an order meta with Pabbly. However, Pabbly Connect does not allow me to update order metadata. I can only update the standard fields like order ID, status, currency, payment method, etc. Is it possible to copy this feature from Zapier? With Zapier I can update the order by...
  3. D

    How to mark InvoiceNinja invoice as Paid

    Pabbly Connect can create invoices in InvoiceNinja 👍🏼 However I can't set the invoice to "Paid". Any way to do this with Pabbly?
  4. D

    Make a step optional

    I’ve been using this ignore error setting, but the workflow reports “Partial error”. How can I avoid partial errors so that I don’t miss when errors really happen? Is my only option to use a Router step, or create a 2nd workflow?
  5. D

    Need create payment action for Invoice Ninja

    Would it be possible to add the Create payment action in Invoice Ninja? https://api-docs.invoicing.co/#post-/api/v1/payments Thanks
  6. D

    I think there's a bug in Invoice Ninja (self-hosted)

    Any update on this please? I need to send invoices soon…
  7. D

    I think there's a bug in Invoice Ninja (self-hosted)

    I'm making a workflow to create invoices in Invoice Ninja (self-hosted) from WooCommerce orders: https://connect.pabbly.com/workflow/mapping/IjU3NjUwNTZlMDYzMjA0MzE1MjZjNTUzNTUxMzci_pc I have used the Data Transformer (Line Itemizer) app to convert the line items. Here's what I get: Name: Web...
  8. D

    Please add ability to find client by email in InvoiceNinja (Self-hosted)

    Right now we are only able to find client by ID number in Pabbly for Invoice Ninja (Self-hosted). It looks like it is possible to find client by email too: https://api-docs.invoicing.co/#get-/api/v1/clients. Can you please add the ability to find client by email? Thank you
  9. D

    Find client by email with Invoice Ninja

    Are you able to also add this to the self-hosted version of Invoice Ninja? 🙏🏼
  10. D

    Calculate price of WooCommerce line item

    Thank you, exactly what I needed. Is it best practice to simply assign the result to the output variable? e.g. const result = subtotals.map((subtotal, index) => subtotal / quantities[index]); const resultString = result.join(', '); output = resultString;
  11. D

    Calculate price of WooCommerce line item

    I want to create invoices in Invoice Ninja from new WooCommerce orders. Here is my workflow outline: 1. Trigger: New order in WooCommerce 2. Line itemizer to get the items in the order 3. Create an invoice in Invoice Ninja The problem is that WooCommerce doesn't include the line item price, it...
  12. D

    Make a step optional

    I want to save WooCommerce orders to a Google spreadsheet. Here are the steps in my plan: New WooCommerce order Only proceed if order status is complete Reformat coupon lines (because I need to remove double quotes) Map order details to spreadsheet The problem is step 3. Not every order has...
  13. D

    How to get data from this array?

    I figured it out. The problem was addressed in the first Troubleshooting problem on https://forum.pabbly.com/threads/javascript-code-by-pabbly.9884/
  14. D

    How to get data from this array?

    Thanks, but I can't use this method because the array may not be the same length or in the same order every time. I figured out a JavaScript method. When the code is inline, it works: But when I replace the JSON with the variable from the previous step I get an error: Why is there a...
Top