Conversation of datatypes throws error j"ava.lang.Double cannot be cast to java.lang.Integer" in subflowDescriptionSubflow fails to complete and to return expected records. Conversation of datatypes produces the error below as the batch count is passed as string instead of Integer: java.lang.Double cannot be cast to java.lang.IntegerSteps to Reproduce 1. Create a new subflow2. Add a Look Up Records action on table incident - empty query conditions are fine3. Use the following scripted input for Max Results input value:return parseInt("2"); 4. Run the subflow from the test button. An error will show:java.lang.Double cannot be cast to java.lang.IntegerWorkaroundThis problem has no workaround, is under review and targeted to be fixed in a future release. To receive notifications when more information becomes available, subscribe to this Known Error article by clicking the Subscribe button at the top right of this form.Related Problem: PRB1523766