I ran into what appears to be a bug that breaks calculations using questions that have block references attached to them. Is this a known issue?
To illustrate, I built this very simple two question Tyepform:
- What’s your favorite integer?
- block reference is ‘favorite_num’
- Statement block with the results of subtracting your favorite integer from Typeform’s built-in ‘score’ variable
- ‘score’ mapped to have a default value of 10
- Expected result = value of 10 - your favorite integer
I find that after creating the ‘fav_number” block reference, the calculation subtracting #1 answer from ‘score’ is erased (2nd screenshot) .
If I re-configure / re-set up the calculation after the block reference erases it, the new calculation seems to work (or at least, that ‘re-do’ approach has worked 9 out of 10 times so I’m tentatively going under the assumption that the 10th time I was operating one espresso short and made a mistake on my end ;)
Screenshot of logic screen before publishing with block references:

Screenshot of logic screen after creating block reference for this first question:
