• 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 $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

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

Make a step optional

davidw

Member
I want to save WooCommerce orders to a Google spreadsheet. Here are the steps in my plan:
  1. New WooCommerce order
  2. Only proceed if order status is complete
  3. Reformat coupon lines (because I need to remove double quotes)
  4. Map order details to spreadsheet
The problem is step 3. Not every order has coupons, so this step will fail. How can I make step 3 optional, or at least have the workflow continue even if there's an error in step 3?
 
P

Pabblymember11

Guest
Hey @davidw

Have you explored the "Ignore Error" feature within the specific action step you're working with? If you haven't already, I recommend giving it a try.

This feature can be beneficial in situations where errors may occur, allowing the process to continue without being interrupted. It's worth experimenting with, as it may potentially provide a solution to the issue you're currently facing.

2023-11-02_12h38_21.png
 

davidw

Member
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?
 

Himesh

Active member
Hello @davidw ,
You need to check your task history for what error you getting. And you need to go ahead with your workflow according to that.

FYI I'm not from pabbly team. I'm Automation Freelancer who helps other pabbly users.
 

COBEAS

Member
I would say you use a router between step 2 and 3 with those settings:
Path 1 > continue if coupon code value is not empty > reformat coupon lines > map order details to spreadsheet
Path 2 > continue if coupon code value is empty > map order details to spreadsheet

That way you don't have to ignore errors, let me know if this was helpfull
 
Top