CRON Automation Not triggered even after ALL condition is True
Hi Team,
You may encounter an issue where CRON-type automation (Mostly regular interval type trigger) will not trigger even if all the inclusion criteria is satisfied.
Reason for that will be that there is a certain limit in Regular interval also for each interval type trigger. For example it can be a Daily trigger at some time or Monthly or Weekly.

Steps to Debug
- First check the inclusion criteria and use the same filters in Advanced Search.
- If the count is increasing the allowed limit in Advanced search result then Automation will not trigger on any of the Lead. (You can check the limit with any automation team spoc)
For example for one of my account count in advanced search was 2,28,238 Leads. However the allowed limits were as below:-
{ "HourlyLimit": 2500, "DailyLimit": 100000, "WeeklyLimit": 25000, "MonthlyLimit": 25000, "UserHourlyLimit": 5000, "UserDailyLimit": 25000, "UserWeeklyLimit": 25000, "UserMonthlyLimit": 25000 }
So Automation did not triggger on any of the Lead.
Thanks,
Akash
Related Articles
If/Else condition returning false positive | Automation card error
Issue Reported: The If/Else card within the automation was generating false positives for multiple leads, causing these leads to proceed through the automation incorrectly. If/ Else card condition: Activity of the lead is ..... and ..... Solution: ...
Automation not trigger on owner/Lead update
Hi Team, You may encounter an issue where Automation has not triggered on Lead update, where the field will be owner update. Reason To Debug this please check the owner update is done by which card/method. If Owner has been updated by "Lead ...
Restrictions on adding sub-automation in Automation(Lead Type Trigger)
Product behaviour: Sub-Automations created for an Activity type Trigger cannot be used in other automations with Lead type Triggers. Root cause: Sub-automation cards for Lead Type Triggers have a validation that only allows Sub-automations created ...
Why is exit condition behaviour different on wait card?
Query: Customer raised a concern that Automation exit condition is not working on the Wait card. For example: When the automation gets triggered and the exit condition is satisfied by the Lead, the lead will not exit on the trigger card, it will exit ...
Automation Cards Failure email alerts
The Automation Failure notification will trigger only those who created the automation and who modified the automation. Please note all the users who modified the automation will get the automation failure notification (e.g.: if user-a modified the ...