I have a note field that tells the user the number of minutes that have passed since starting the form. At 3.0 the minutes changed each time I added a repeat - which is what I want. After upgrading to 3.2 the field is no longer updating at all.
Both outside of a repeat
Field 1
Type Name Label Calc
time StartedForm Started at once(now())
Field 2
Type Name Label Calc
note MinsElapsed Minutes Elapsed round(int(now() - ${StartedForm}) div (1000*60),1)
Again this was working great under 3.0 but never updates on 3.2.
Thanks