Send Email from Exit Rules is not working - no email is generated with both fields set to "Y" when action is submitted......Any ideas where to look?
Thanks
You might want confirm your Exit rule is actually being evaluated by adding a confirmation required without conditions to see if the rule is invoked.
How do I do that? An example would help
If your screen shot it looks to me like your checking a different variable name: KeepingDirectDeportsNH2 rather than KeepingDirectReportsNH2, though I would have expected that to have raised a syntax error warning when you tried to save it (unless you happen to also have a field with that name too... which if it isn't also "Y" would explain why your if clause isn't being entered).
But to Andy's suggestion, add something like this:
Exit Rules confirmation required untranslatable:"DirectReportsNH=<DirectReportsNH>KeepingDirectReportsNH2=<KeepingDirectReportsNH2>"
Then, when the Exit Rule is entered you should get a pop up showing you the current values of both of those variables.
With email it's always a little tricky to definitely rule out that the message wasn't sent and just getting blocked by some overly zealous spam filter somewhere... that's something else to check into if the confirmation required shows that the variabels are both set to Y's like you expect, but you still don't receive the message.
Thank you both - looking at your suggestions
I've modified the Exit rules per your suggestions and no pop up message
and the fields are being referenced on the form
Is there something else that may be missing?