Trigger E-Mail distribution on field value?
Is it possible to trigger an E-Mail once a field (expression) reaches a certain value?
I have a simple expression, that if becomes larger than 0, I want to be warned about via E-Mail.
SUM(IF(len(trim(DLIDL))=0,1,0))
Hi,
Yes! You can define a Task like this:
The group instruction looks like this:
And the distribution per email action looks like this:

Add the corresponding recipients and that's it!I hope this helps!
kind regards, Emma
Hi Emma,
Thanks! That helped me a lot, much appreciated. It works!
1 person likes this