This has probably been asked many time before, but I couldn’t find it
Is it possible to trigger a rule within another rule?
TIA
This has probably been asked many time before, but I couldn’t find it
Is it possible to trigger a rule within another rule?
TIA
@Danny_Richman, welcome to the community. Triggering another rule is in my list, but not currently available. However, you can still leverage Variables to trigger another rule or another multiple rules. See the rule examples below that Rule 1 will trigger Rule 2 using variable $isRuleTriggered
as the bridge.
Rule 1: when triggered, update the variable value to true, wait for a second, and reset the variable value back to false
Rule 2: when this variable value changes to True, do whatever actions you need in this rule.
Let me know if this helps.