Conversion of a long integer value using a!fromJson

Certified Lead Developer
Hi All,

We are facing an issue while using a!fromJson to convert restful service response which has an element of type number and its value is greater than 2,147,483,647 ( max value for a 4 byte integer). It is not getting mapped. It works fine if the value is less than the max value for a 4 byte integer.

Is this a known limitation of this function or my understanding is not correct? And if this is a limitation, what is the workaround for this apart from changing the type of the element from number to string on the service response side.

Thanks.
Hitesh

OriginalPostID-273166

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data