I’ve created a rule group to check for STP or Non-STP in an assignment. I’m receiving the data as a number from Excel. However, when I set the sum_insured value as the output in another decision rule, it is being treated as a string.
Because of this, the next rule is throwing a null error, as it’s unable to find or process the sum_insured value correctly. In the output configuration, I’ve set sum_insured as a number, not a string.
Has anyone faced a similar issue, or can anyone help me figure out what’s going wrong?