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

Well-known member
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