Hi,
Sometimes on UI getting the below error:Expression evaluation error [evaluation ID = 19742:9c777] in rule 'Test_Rule' at function a!dropdownField [line 314]: An error occurred while executing a save: java.lang.ClassCastException: com.appiancorp.core.expr.portable.Value cannot be cast to com.appiancorp.core.data.Variant
Please provide some guidance on the above error to fix.
Regards,Sandeep
Discussion posts and replies are publicly visible
The error points out that when you select a dropdown value (of the dropdown component at line 314), a save is executed in which the target type and value type do not line up.
i.e. you are trying to save some value of type A into a target that expects type B value.
This obviously will not work.