Released on February 24, 2026
When the Formula for Quantity column is implemented in the Minutes, recording a set produces quantities of 0 in the recorded set instead of the values displayed in the Minutes. It was triggered by recent copy or disconnect operations on the rows being recorded, typically when the selection contained an article from the database of the estimate, since the recording flow copies the rows to a temporary task and disconnects them from the base.
Those operations set the DataIsWrong flag on the rows. The internal call that reads the rows for the recording was asking for "N/A when data is wrong", and with Formula for Quantity active the quantity field is treated as calculation dependent so it was being nullified and ended up as 0. The stored quantity itself is correct (it was already computed during the last full computation), so the read now returns the stored value as is for recording.