Hi all,
I am creating an app where I would like to collect data on stress level and respiration rates during activities. Currently when I use ActivityMonitor.info and save the data to my fit fields the data remains the same throughout the activity. Does this data not update during actives? I read on here that the only way to get close to real time data is to use complications, however when I attempt to save this data to a field via Field.setdata(Complications.COMPLICATION_TYPE_STRESS.value.toNumber()). I get the error "cannot convert to long" or "float". Any advice?