Get the time but not the User device time

We have a time keeping here, but our problem is that we get the time that is set on their phone. What we want is to get the time base on our Time Zone because some users here set their time on the phone differently some are advanced, some are late.

Thanks

2 3 430
3 REPLIES 3

Create a Data Change Workflow with an action NOW(). When you save a record, it should read the correct DateTime value, but not from userโ€™s phone.

This works because workflows are performed on AppSheet servers, not on the userโ€™s device.

The thing to keep in mind with this method is that those workflows will only trigger the time when the device syncs.

Top Labels in this Space