cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RUNTIME EXCEPTION-Cannot cast null to boolean'.

Former Member
0 Likes
1,870

Hi Friends,

I have the below mapping.The if condition is satisfied,even though 'then' value is going to the target field.

When i try to check the queue of the 'IF' function it is throwing error RUNTIME EXCEPTION-Cannot cast null to boolean

>splitbyvalue(eachvalue)----> then

->splitbyvalue(eachvalue)


>if---->target field

->mapwithdefault->else

Please help !!!

Regards,

Suresh.

View Entire Topic
Former Member
0 Likes

the input to the if standard function should be boolean value true or false.So use those standard function before if whose output is boolean.

SplitByValue does not return boolean value.

If you tell us your mapping requirement then we will help you to do the correct mapping.