Hold node inside build list?

How does it work? Is there a new copy of the hold node per item in the build list, or does it keep its value from the previous item? From what I’m doing, it looks like it gets messed up by the previous item, but want to make sure before I continue.

The Hold Value node keeps its value from the previous item.

This composition alternates between outputting the current item and the previous item.

HoldValueInBuildList.vuo (1.78 KB)

Ah! Thanks, that explains a lot!