I'd like to update a global table incrementally based on the number of units that pass inspection each time an item goes through it. At the Inspect step, the flow is based on a bernoulli distribution with 90 percent passing and 10 percent failing. When I currently write to the global table, it just writes the cumulative value.