Greetings All,
I am hoping someone can figure out why "IsNumber" is not working on some of the samples I came across. I am attaching a working workflow that has only a list of text in column "Value" which I extract the numbers that I need to convert it to a number column, but my requirement was to ensure it is a number before I convert it by using "IsNumber" then use "ToNumber", because I was trying to find out the ones that can't be converted in the future to adjust the conditions, as the source is free text and people can enter different ways.
in the sample, I extract the number using formula and using RegEx tools. Then testing the results from both to see if it "IsNumber" and both returned "False" even though visually you can see it is a number.
So I thought maybe there is hidden character that I can't see, which preventing the value to be detected as a number, so I used regex replace to ensure it remove any value that is not a number, and then test it with "IsNumber" but unfortunately it still sees it as not a number.
But if you try to use "ToNumber" it works fine with no issue. so if someone could explain, what is going on with "IsNumber" and why is it glitching out?
I would appreciate your feedback and help. Thank you.
