I'm new to coding and learning the concepts of writing expressions. Is there a tool to assist with composing and deciphering expressions?
In this Genesys example for creating an incoming call from a specific number, the expression used is: Count(Find(Task.blockedNumbers, ToPhoneNumber(Call.Ani))) > 0
I don't understand how to read this expression. Do I need to learn basic Python in order to understand and write expressions ?
Hi Adrian,
I did see that tool thank you. However, I do not understand how to use it. For example, if I want to create an expression to grab the ANI from a variable and send it to a queue. What would be the logical thinking behind using this tool?
I think I lack the basic foundation to write expressions and I suspect it's learning basic coding.