Page 1 of 1

Need help on "Expression" with {incoming_number}

Posted: 04 Feb 2013 15:23
by inReinbek
I try to get an expression on {incoming_number} ...
My Expression is
{incoming_numer} == "+4912xyz..."
but it won't work ... where's my mistake ?

Re: Need help on "Expression" with {incoming_number}

Posted: 04 Feb 2013 16:26
by Martin
You can use following expression in a condition Expression (no need for the curly braces):
incoming_number=="1234"

The number has to exactly match the value in the incoming_number variable.
It is often useful to add a condition Debug Dialog in the flow to show a dialog with all variables and the values when a flow executes.

Re: Need help on "Expression" with {incoming_number}

Posted: 04 Feb 2013 18:08
by inReinbek
Thank you so much ... I've spend about 4 hours to get it work ...
Regards