How to populate fields in other groups when ending a shift?
In this example, depth exploratory table is using the shift end field end depth:
When you enter “EndDepth” the value will also go to the Depth field in the Shift Progress End step for the location being edited on the device. The data would go in as a new record in the table. You can also do things like source(‘EndDepth’)+1 which would do the value you entered + 1. So if you enter 3 as the End Depth that would become 4 in the depth field for the Shift Progress End Step.