25.03.2021, 10:56
Why are you writing multiple values one after one?
Keep only one write and replace value = 1 with value = event.getvalue() so you actually write the current object value not a fixed value.
Keep only one write and replace value = 1 with value = event.getvalue() so you actually write the current object value not a fixed value.