Hey everyone,
I'm trying to build a Flow that triggers when only certain types of Zendesk tickets are created. We get hundreds of ticket submissions a day, and I only want it to trigger when the ticket's metadata field "ticket_form_id" is of a certain value (12345678).
I've got the whole Flow working smoothly but this condition start is stymying me. Do point out if I'm misinterpretting its value, but I've been trying to use the 'Filter Query' option buried underneath the Zendesk new item trigger.
The Odata format for the filter that I have been trying to use has been 'ticket_form_id' eq '12345678' without any success. Out of curiosity, I switched it to be even simpler : 'subject' eq 'test', and the Flow will still trigger despite the ticket subject being 'bla'.
I'm officially out of brainpower, so any help getting this one working would be fantastic!
Thanks,
Scott