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
HI riyak9492 ,
You can use Text to map those bigint values Since in appian we have only few primitive data types.
Refer this link docs.appian.com/.../Appian_Data_Types.html
Thanks!