OriginalPostID-260664
Discussion posts and replies are publicly visible
Appian stores numbers in Double floating point type and Integer type under the hood. Double is the more precise one and gives you approximately 16 digits of precision. You can't get more without using an arbitrary precision mathematics library in a custom plugin or using Java BigDecimal in a plugin.
At least, not unless Appian decides to add another datatype to their product.