I just upgraded to version 2025.1.1.27 Patch 1. This process used to work in the previous version, but it's now broken.
The Data Input tool is failing to import some of the values, instead passing a [Null] value to the next tool.
It is reading data from an oledb backup, stored on the computer's hard drive.
When I run the workflow, any number over 100 gets removed, and the Input Data tool throws an error "... was too long to fit in this FixedDecimal". It is trying to import the field with 254 decimals, but can only accommodate 256 numerals and so it throws errors when the number is 3 digits or greater.


How can I reconfigure to force the Data Input tool to expect something other than a FixedDecimal?