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
You can use the text variable in appian to store big int type . Use Varchar in SQL, then map that appian text variable.
Thanks!