No matter which way I set my variable to hold an integer/number value from my SharePoint list I get the following error.
it is not set up as float in my list, its set up as a number field.
The variable 'intReorderThresholdQty' of type 'Integer' cannot be initialized or updated with value of type 'Float'. The variable 'intReorderThresholdQty' only supports values of types 'Integer'.
BAM it hits the wall
"cannot be initialized or updated with value of type 'Float'! Its an integer not float!
Any workaround or fix for this?