Survey did not trigger though the trigger condition got satisfiedDescription<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Issue SummarySurvey did not trigger though the trigger condition got satisfied. Customer reported that their user did not receive survey notification for all the records which were closed in a specific quarter. Most Probable Cause Survey did not get generated because the user for whom the survey condition was satisfied had received another survey almost within same duration with same condition. So for the same condition for same survey can not trigger back to back for same user there must be some repeat interval. Please check the following doc link for more information: Configure a trigger condition for a survey Minimum period that must pass before the trigger condition can resend the survey to the same user. For example, assume the repeat interval is set to 30 days. Even if the same user qualifies for multiple surveys from this trigger condition, the system can send only one survey every 30 days. In customer instance for survey definition the repeat interval specified as 5 min. so within 5 min if user get another survey then the next survey wont get trigger. Also this issue can happen because of "Trigger randomly" field in trigger condition is false Solution ProposedThis is as per design. To minimize this type of scenario user can reduce survey interval.