I noticed in the Pega instance created for this challenge that pressing the tab-key sometimes skips two columns. In these instances. Another thing on this is that typing a value and pressing the tab-key cleares the typed value from the cell. Is this a know bug that decsion tables are problematic with keyboard inputs?
It’s not consistent but often standing in the marked 0 and pressing tab skips to the 200 and doesn’t stop on the 0.0275. (see attachment)
This usually happens because the decision table editor does not reliably save the value when you press Tab directly. The clear fix is to enter the value and press Enter first so Pega commits the cell update. After that, move to the next cell instead of using Tab as the save action. When you use Tab before the value is committed, Pega can skip a cell or drop the value you just typed. So the issue is with how the editor handles keyboard focus, not with your decision logic. Using Enter to save the cell first avoids the jump and keeps the value correctly.