What if you have more than 1 if statement?

I think @jacob.small nailed it. I started to give it a try before he posted and then continued for my own benefit. Thanks, for the clean solution Jacob.

Failed solution 1:

Failed solution 2 (Basically the same as above):

Working solution (same concept as Jacobs):

It looks like the new if node will be able to accommodate this function.

2 Likes