Transaction Group Update Key/Value Pairs updates incorrect

Hello,

I have a set of information, that I would like to store once per day. I’d also like to make it so that if the operator needs to go back and edit it, they can.

What’s happening:
trigger transaction for day 1: successful, new row created
trigger transaction for day 2: successful, new row created

I then change customer name, and the date back to 01. I trigger the transaction, it will update the new value (customer name), but will also update the date to 02?

I’m currently on 7.9.5 rc1

here’s my transaction group setup.

Anyone? this should be a pretty simple operation right?

So either my scan class was way too high or, I was clicking way too fast. After changing the scan class and waiting a few seconds longer between each transaction its working as intended.