• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    ๐Ÿš€ Exclusive Lifetime Offers ๐Ÿš€

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • ๐Ÿ”ฅ Pabbly Connect โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Subscription Billing โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Chatflow โ€” Lifetime Access for $249 โ€” View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Search results

  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...
  15. D

    How to get data from this array?

    I have a JSON object: [ { "id": 5813007, "key": "_order_number", "value": "15370" }, { "id": 5813049, "key": "_stripe_fee", "value": "1.14" }, { "id": 5813050, "key": "_stripe_net", "value": "3.54" }, { "id": 5813063, "key"...
  16. D

    Find client by email with Invoice Ninja

    You misunderstood my question. I know I have to find the client first. The problem is that I can only search for the client by ID, ID Number and Name. Searching for these returns results that are too broad. Instead of searching for client by ID / ID Number / Name, I want to search by email...
  17. D

    Find client by email with Invoice Ninja

    I want to create invoices in Invoice Ninja from orders in WooCommerce. This is how I planned my Pabbly automation: 1. New order in WooCommerce 2. Find client in Invoice Ninja 3. Create an invoice with details from Step 2 and customer details from Step 2 However, I'm stuck on Step 2. There is...
  18. D

    My workflow ran multiple times and used up my task quota

    I don't understand what you want. There has been only 1 triggering event, but my workflow ran multiple times. Do you want access to my website to view the trigger event (new WooCommerce Subscription)? My Pabbly account email ID is [email protected]. Just login and click History, you will see...
  19. D

    My workflow ran multiple times and used up my task quota

    I'm not sure how to do what you need. Can you please login to my account to check yourself?
Top