Some of my Data Field Users reported an issue in which a Floating Point User Setting generates a crash and the IQ display.
The data field works fine with the default user settings. And if they change the FP value using Garmin Express, all is fine. However, if they change the FP value using Garmin Connnect, Android, it causes a crash.
The apparent root cause is that under this situation, the FP value is passed as a STRING.
I fixed this by forcing it to FP using .toFloat() on the getProperties call. So I'm good now. But thought you'd like to know. And maybe fix this at some point...