Hi,
I have an array called “ArrPhoneType” it contains {“Phone1”,“Phone2”,“Phone3”}
I need to somehow loop through the array in an if condition. How would i do that?
Example:See below. I need the condition loop through the array until it matches the string variable.
if (String Phonetype = ArrPhoneType)
Then Else