• 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.

Landingi Problems (still)

Derek67

Member
Hello!
It looks like the previous thread was closed. I've used the Lookup Table as you've suggested.
When the box is checked it is returning ON as it should be.
When it's not checked, it isn't returning anything at all, which is producing an error (as it's trying to read something that doesn't exist.)
I've set the fallback default, but it still errors at this spot.


Thank you for any assistance,

Derek
 

ArshilAhmad

Moderator
Staff member
Hi @Derek67,

Click the 'Re-Capture Webhook Response' button, and capture a response with checkbox checked. This will give you the checkbox field in your workflow setup.
1711046379283.png


Once you have captured the checkbox field in your trigger response, you can then add a router to your workflow and set the condition as shown in the workflow shared below. (Ignore the trigger step)



You can add a GHL action step in both of these routes and simply select DND conditions instead of mapping true/false from above. The filter condition set in your routes will take care of executing the action step with the correct DND condition on its own.


Add GHL action step with DND set to False, in Route 1 (ON).
1711047167091.png



Add GHL action step with DND set to True, in Route 2 (OFF).
1711047228433.png


 
Top