cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
853
Views
4
Helpful
1
Replies

help with extended get digit string

kolotov83
Level 1
Level 1

How in "extended get digit string" use only numbers "181" "280" "191" ?

1 Reply 1

Hi Yuri,

In the Filter tab and then in the Digits Filter field..you should have "01289", if you want to filter just the 181, 280 and 191 numbers you have to use and if step or a switch step in the successful branch of the Get Digit String.

if ( getDigitString == "181" || getDigitString == "280" || getDigitString == "191")

      true

           Do something

      False

           Do something else

Gabriel

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: