I am building a timesheet app for HR. So because we have on-site technicians that can’t ‘Clock In’ at the office, I need to get their current location when they clock in and out.
I created a column for LatLng clock-in and clock-out. I then created a FORMULA of HERE() for both columns. (Note that I created them as virtual columns and went to create them in Sheets too).
When I clock-in, it adds the coordinates but it also processes the clock-out FORMULA and causes what’s on the image above.
They are not virtual columns, they were standard columns when I originally created them.
I have standard columns LatLng Clock In & LatLng Clock Out with an INITIAL VALUE of HERE() and are of type LatLng
I also have virtual columns IN and OUT which have FORMULA of LatLng Clock In and LatLng Clock Out respectively and are of type Text (also tried making it LatLng).
I tried @koma25 's suggestion of having standard columns and then virtual ones. It gave the same answer.
Thanks, I have already gone through this and gained an understanding of how it works. However, I am struggling with my specific use case. Still no resolution even now, so I’m guessing my logic is wrong somewhere. I’m a noob in AppSheet so perhaps that’s why.