We have text fields that we need to validate are numbers. For example, if the v

Certified Lead Developer
We have text fields that we need to validate are numbers. For example, if the value is "134" or "1456.45" it should pass. but the rule should fail on "TEXT" or "3A5T.57".

Initially, we tried a validation expression like: if(todecimal(ri!textinput)=ri!textinput, true, false) ...however this ran out of usefulness when the text input is greater that 8 characters because Appian starts to round decimals or use scientific notation. So we were failing valid numbers such as "100000.35"

Does anyone have a good way we could perform this validation?

OriginalPostID-142914

OriginalPostID-142914

  Discussion posts and replies are publicly visible