If you get inconsistent format on numbers from the telco (since that is where the call.calledaddressoriginal comes from) you might put in a Decision to check for the "+", then remove it if it's there with a Replace, and just have all the numbers in your data tables without the "+".
I check for the plus in my Decision with
Contains(Call.CalledAddressOriginal,"+")
In a Replace I use
Replace(Call.CalledAddressOriginal,"+","")
So, I use an Update Data action to create a new variable such as
Flow.CalledAddressLookup and set it equal to the Replace expression. Thne you could use the Flow.CalledAddressLookup to do the lookup in the data table.
Just a thought.
------------------------------
George Ganahl CCXP, GCP
Principal Technology Consultant
Genesys
------------------------------