Data Store Quantity Showing Null

No those are backticks and @Teodor is very specific that they have to include the quantity and the plus 1.

Screenshot 2024-03-01 at 8.05.40 AM

However I did try the following:

quantity + 1
'quantity' + 1
'quantity + 1'
`quantity` + 1
`quantity + 1` (which is the one indicated to use)
"quantity" + 1
"quantity + 1"