Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
9 subscribers
Views
2805 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Conversion of a long integer value using a!fromJson
hiteshd
Certified Lead Developer
over 8 years ago
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
0
Jim Schweitzer
Certified Lead Developer
over 8 years ago
Appian's not going to Support any numbers beyond the 4 byte integers-
docs.appian.com/.../Appian_Data_Types.html
You'd need to pass it as string, and only use it as read-only data.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jim Schweitzer
Certified Lead Developer
over 8 years ago
Appian's not going to Support any numbers beyond the 4 byte integers-
docs.appian.com/.../Appian_Data_Types.html
You'd need to pass it as string, and only use it as read-only data.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data