Hi all.
My fire register / In-Out tracker is coming along nicely. The next goal is to be able to track time in and out.
I can patch a time stamp to a record but what I'd like id to is every time the person scans a new timestamp is recorded -not overwriting the existing data.
| Scancount | Status | Timestamp |
| 1 | in | TS1 |
| 2 | out | TS2 |
| 3 | in | TS3 |
| 4 | out | TS4 |
So, in terms of logic, I want:
If TS1=blank Update TS1, If TS1<>Blank, Update TS2 (unless TS2 is not blank)
OR
(There is a counter field, which tracks the number of scans)
If scancounter=0 then update TS1, if counter=1 update TS2 (etc)
Is this do-able via a patch command?
(I've had some excellent help from this forum so far, when i've finished I'll share the app. A week ago I knew nothing about PowerApps!)
Jay