Is there a tool to help you create Architect Expressions?

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,
When you try to create an expression, you can check the button marked in yellow, then appears on the left the documentation of the 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.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.