I noticed during an edit of a feature in Survey123, i need to click the update button for fields i have a calculation for.
I have the button highlighted in Picture below.

Here is my Calculation:
if(${site_id} > 0,'2', '1')
When creating a new site, the calculation runs automatically, but during an edit, the user needs to click on the button to run the calculation.
This is a kinda lame feature.
How do i get past it? I just want edited records to have the same behavior as new records in the Survey123 form.