Hi,
I am using bigint for storing codes, account numbers(as they can go upto 15-20 digits) in SQL. I need to use them in Appian. Is there a way to map tis data?
Discussion posts and replies are publicly visible
Appian does not support bigint. Numbers longer than int are converted to ∞.
You can use varchar in sql to store the codes and map it to text in appian.
Thanks!