Limiting trigger counts

How can I limit the signal of a button so that only every fourth click of the button is registered by the next chop in the sequence?

One option is to use a count chop, limit it to loop in the range 1 to 5, then a logic CHOP which triggers at 5 (set it to “Off When Outside Bounds” with the bounds set at 5)

works a treat, thanks