Motor Encoder Issue

Hey, we are a V5 team and I am trying to reset the motor encoders. I’m using the .resetRotation(); function and it won’t reset the revolutions and degrees on the devices page for that motor. In my program, I can ask for the rotation and the command did reset the motors it just isn’t showing on the devices page. Any help on how to fix that would be great.
1069B - Argonauts

The two are not connected. Calling resetRotation from your code only resets the values you read. There is no way to reset the values in the dashboard as far as I remember, we can consider that for a future improvement.