📅 Exclude contacts with booking in last X days Doesn't Work
The error occurs due to a missing booking/pop table join in the query. When the booking/pop date type trigger for a broadcast is updated, the query fails because it lacks the required booking/pop table join.
Refactored the Simple Query to ensure that all relevant tables are included in the join within the contact query. (booking and pop_cache)
Handle the validation error message for contact query missing date interval part when the query is failed on testing query.