function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
debradebra 

The flow failed to access the value for QuoteLine.Discount because it hasn't been set or assigned is reported when discount is not a whole number???

I'm trying to write a Flow that will convert a quote to an order.  My flow is mostly working well however I am getting unexpected Flow error
"The flow failed to access the value for QuoteLine.Discount because it hasn't been set or assigned.."
After some testing I found that this error occurs when the Discount field on the quoteLine record is not a whole number for example a value of 10.0 works fine but 10.5 produces this error. 
Has anyone experienced this error under this type of scenario?   If so did you find any workaround?
I'm thinking about moving on to Apex which is too bad because otherwise the Flow works quite well.