if/else liquid markup trigger

Answered


Posted Nov 15, 2021

I'm looking to send the requester's language to another app as the corresponding language code, i.e. instead of French, I will send fr. However, the following liquid markup sends fr each time, regardless of the language preference set. How can I correct this behavior? 

"requester_language":"{% if {{ticket.requester.language}}% == 'français (France)'%} fr {% elsif {{ticket.requester.language}}% == 'Deutsch' %} de {% else %} en-us {% endif %}",


1

3

3 comments

Sign in to leave a comment.

Didn't find what you're looking for?

New post