elegant-car-67771
04/08/2024, 2:37 PMcold-jewelry-54343
04/09/2024, 3:35 PM// checks if a variable linked to "not finding an answer" // is true. If no answer is found + 1
if (workflow.answerFail === true) {
workflow.failCount = (workflow.failCount || 0) + 1; // Increment or initialize failCount
}
* Below would be the code for the expression trigger
workflow.failCount > 3