I came across this limitation when building a rule. It is not an issue, but addressing it would have saved me about 30min.
Here is the rule:
When a travel request is submitted and it is Approved
Check if:
Hote is set to yes
AND
Department is A
Do this:
Create subtask etc…
I had to create this condition several time to match the number of Departments.
What I wish I was able to do is the following:
When a travel request is submitted and it is Approved
Check if:
Hote is set to yes
AND
- Department is A; OR
- Department is B, OR
- Department is C; etc…
Do this:
Create subtask etc…