Configuration: My workflow begins by reading a SharePoint list, one column of which is "% Complete". (Select tool connected to output of SharePoint List Input shows % Complete as a FixedDecimal, size = 18.0). Every list item has a value for "% Complete" between 0 and 100; no empty values. The SharePoint column is defined as a number type, min = 0, max = 100, 0 decimal places. There are 103 list items. When I run the workflow, it reports 13 conversion errors "SharePoint List Input | % Complete: "0" has too many digits after the decimal and was truncated." (About half of the conversion errors cite "0", the other half cite "1".) 52 of the list items have a % Complete value of "0", but none of the list items have a % Complete value of 1.
So, questions:
- Why does Alteryx think "0" has any digits after the decimal?
- Why does Alteryx think any of the list items have a % Complete value of "1"?
- Is there a way to see exactly which row (list item) Alteryx thinks has an error?
Thanks!
Darin