Is it possible to change just 1 part of a condition to AND/OR? Currently I have an action that says:
If operation succeeded AND
Office = London then
add user to *ad group*
What I want is to have something like
If operation succeeded AND
Office = London then
add user to *ad group* OR
office = Spain then
add user to *ad group
But if it seems that both the condition can only be the same, so I have to create a separate action for each 1?