Tag Change Script printing too many copies

I’m trying to print to a computer currently, but I’m getting too many copies(2-4 as opposed to just one). I think it has something to do with the boolean condition being true for too long and the script getting triggered over and over again, but I’m not sure how to fix that.

if newValue.value:
    sendReport
1 Like