Scoreboard gets empty items from the monitor

In reply to adnanesbai:

You need to clone your item in the monitor before sending it out the analysis port. Since you don’t do this, you reuse the same ‘item’ handle, which is immediately zeroed out after you call write(), which is why you see an empty item.