We have a data field that is defined in Salesforce as Number (18,0). The data itself is always 16 digits. The Salesforce Input tool automatically selects the data type of double. However double is only significant for 15 digits therefore rounding the 16th digit to zero (0) when returning the data. Is anyone aware of a workaround or a method to get the Salesforce Input tool to use a different type?