Need help on "Expression" with {incoming_number}

Post your questions and help other users.

Moderator: Martin

Post Reply
inReinbek
Posts: 95
Joined: 02 Feb 2013 22:04

Need help on "Expression" with {incoming_number}

Post by inReinbek » 04 Feb 2013 15:23

I try to get an expression on {incoming_number} ...
My Expression is
{incoming_numer} == "+4912xyz..."
but it won't work ... where's my mistake ?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

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

Post by Martin » 04 Feb 2013 16:26

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.

inReinbek
Posts: 95
Joined: 02 Feb 2013 22:04

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

Post by inReinbek » 04 Feb 2013 18:08

Thank you so much ... I've spend about 4 hours to get it work ...
Regards

Post Reply