I have created a workflow that pulls from a SharePoint list. One column is coming through as Fixed Decimal with a size of 18.0. The column in Sharepoint is defined as NUMERIC with 0 decimal. Sample values stored are 100%, 98%, 37%,... When the data is read into Alteryx, the browse tool is showing 1s and 0s for that column. If the Sharepoint list is expored to Excel, the column shows 100%, 98%, 37%. How can I override the metadata from Fixed Decimal to Double or another type to allow the data to be read correctly into Alteryx?