I have created a workflow to skip new ticket email notification when the agent is identical to the requester.
Any idea why the function “equals({{ticket.agent.id}},{{ticket.requester.id}})” is not working
but the function “{{ticket.agent.id}} == {{ticket.requester.id}}” is working well.