Split node is broke

Hi,

I just want to do two different things if the msg.payload.Debit exist.

The problem is that don't go in the change node...

Can someone can help me ? Thank you.

I tested this quickly. "is empty" will not work in this case, since "is empty" assumes that the msg.payload.Debit variable exists but has no value. Try "is null" and "is not null" instead. If msg.payload.Debit doesn't exist, "is null" will match is and the flow will go out of that point in the node.

That's it ! Thank you Skaedian.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.