Hi,
I’m trying to get details to add to a trigger. When I add “{{Ticket.Requester}}” to the email, I get System.Collections.Generic.Dictionary`2[System.String,System.Object] instead of what I was hoping would be the name of the requester…
Can you point me to a document that describes how to reference the details?
Found my answer… {{Ticket.Requester.Title}} I wasn’t looking for that as the full name.
Is there a list of other properties I can get to beyond {{Ticket.Requester.Title}} and {{Ticket.Requester.ID}} ?