I try to get an expression on {incoming_number} ...
My Expression is
{incoming_numer} == "+4912xyz..."
but it won't work ... where's my mistake ?
Need help on "Expression" with {incoming_number}
Moderator: Martin
Re: Need help on "Expression" with {incoming_number}
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.
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}
Thank you so much ... I've spend about 4 hours to get it work ...
Regards
Regards