Number field displaying 1e+34

Hi all,

I have a number field that I receive the input for via a currency field in a form. On a recent submission, the value came through to the database as 1e+34. Is this being converted to Hexadecimal? Or is something else causing this?

Thanks!

1e+34 s scientific notation, meaning 1 x 10^34
(34 zeroes after 1). That’s an enormous number, and probably arises from division by zero or null.

Ah makes sense. How would that number arise via a workflow. I don’t imagine that number was entered

This topic was automatically closed after 70 days. New replies are no longer allowed.