• 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

The Fallback after Filter

Kenny

Member
I have a filter like this below:
1620749090993.png


If the condition is not met, then my flow stops. How can i have a fallback flow for this particular filter so that i can say to customer "You have inputted a wrong data, please try again"?
 

Fagun Shah

Well-known member
You can setup a router for condition "no condition met" .

For example, if I am looking for value inside a google sheet row and I want that,
if row found then send row details via email

Here I will set router condition row id -> Does Exist


Next I want, if no rows found then email client no rows found.(my fallback condition)

Then I will set router condition row id -> does not exist.
 

Kenny

Member
You can setup a router for condition "no condition met" .

For example, if I am looking for value inside a google sheet row and I want that,
if row found then send row details via email

Here I will set router condition row id -> Does Exist


Next I want, if no rows found then email client no rows found.(my fallback condition)

Then I will set router condition row id -> does not exist.
This doesn't work in my use case. Because I am filtering the results after iterator, it keeps sending message "no product found" 4 times.
 
Top