I am trying to pass a 10 digit number (7500882768) as a rule input in my ER and it has to be of integer format only cannot pass it as text or some other format , but it is getting considered as infinity. Is there any way of passing the exact number without it being considered as infinte?
Discussion posts and replies are publicly visible
You will find a large number of discussions about this here. E.g.:
community.appian.com/.../what-s-the-meaning-of-infinity-symbol-in-instance
I need to pass the number as it is(without changing digits or data type) and this number exceeds the maximum range of integer . How to pass if a number exceeds the maximum range? and it is mandatory to pass it as integer only and not as text or some thing else.
Appian integers are limited to 32 bits. BigInteger is requested since many years. Still waiting.
The only solution I see is text.