How to check duplicate value

Example : If the value is 6, not insert value 6 again.

I use switch



> ** **> How to check** **>

That switch node is redundant - you are comparing the same value to itself. It will always be true.

Try deleting the switch node and replacing it with an RBE node.

The RBE node is also called the FILTER node - you can find it in the pallet on the left hand side.

1 Like

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