I would like to have the option "or" in the custom events conditions for using in e-mail notifications.
So that only one of the conditions needs to be true.
For example:
I created 2 seperate custom events:
  1. function change
  2. department change
When both conditions changes for a user, I get 2 e-mail notifications instead of one combined e-mail notification.
Because you can only use one custom event per notification.
Workarround is to create 3 custom events with the following conditions:
  1. when function is updated and department is not updated
  2. when function is not updated and department is updated
  3. when function is updated and department is updated