I created a note field that is returning the values of a previous 2 time fields with some text in the label. It displays properly in the web app version of the survey but not the mobile app.
Here is the code i'm using..
Borehole Start/End Time ${field_8} / ${field_9}
In the mobile app all I see is "/"
in the web app I see "Borehole Start/End Time 13:01:51 / 13:15:51", which is correct.