The Fallback after Filter

Status: Closed · Asked by Kenny on · 0 views

Kenny — Question ·

I have a filter like this below:

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 — Reply ·

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.

Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
Pabbly — Reply ·

@Kenny

You can make use of the router as suggested by @Fagun Shah.

We have a video tutorial as well for router which you can check here -

youtube.com/watch?v=6XDASZVv3tw

Kenny — Reply ·

Thanks for sharing!

Kenny — Reply ·
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.

Back to all forum threads · Log in to reply