So I have a Number Field on a Form that I am trying to use in Workflow that calls a SQL Stored Procedure. On the Form, the range is restricted from 5 to 100. In the Workflow I need to divide this number by 100 and then use it as a Parameter for the SQL Stored Procedure. All other fields I'm using from the same Form do not experience any issue. [Forms: 9.2.0.908 -- Workflow: 9.1.0.328]
However, I keep getting "Error converting data type nvarchar to int" no matter what I try.
Will someone point me in the right direction?
"Parameter Values" I've tried with various "Type" options (Default, Decimal, Int16, Int32, Int64, String):
- %(ForEachRowA_Interest)
- %(ForEachRowA_Interest)/100
- %(TokenCalculator_Interest)
Workflow Custom Query
Workflow