Been trying to tackle this for a while and can't get it to work the way we want or figure it out.
For an example, let's say we have a group called Network Team and it includes the agents that would help with any network related tickets. In our web form, if a user selects a field that includes anything involving Network, it will create the ticket and automatically assign that ticket to the Network Team. (Assignee - Group - Network Team) This works completely fine with our trigger routes.
The issue we're running into is that we want it to set up so if someone sends an email to networkteam@company, it will also create a ticket that automatically assigns it to the Network Team group. However when we set up the same logic, the ticket is created but it is not assigned to any group, even though the action is ‘Ticket > Group’ → ‘Network Team’
Is there an exception or rule to this that doesn't make it work? Is there an alternate solution? Thank you.