I’m comparing a global variable value to a custom variable’s value. I want to see if global.Ticket.Description contains custom.VIP.FirstName, what is the syntax? I have tried:
global.Ticket.Description matches “/{{custom\.VIP\.FirstName}}/i”
global.Ticket.Description matches “/{{custom.VIP.FirstName}}/i”
global.Ticket.Description matches “/custom.VIP.FirstName/i”
So far, no luck. Here is the log: MSPintegrations
Thanks!