Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
This question has been asked many times in this forum and has never really had a satisfactory answer.
But here is a low tech solution..
Instead of directly updating the date/time, use an Action or an Automation to set the current time. So the edit of a record will request that the date time be updated, rather than directly updating it.
But here is a low tech solution..
Instead of directly updating the date/time, use an Action or an Automation to set the current time. So the edit of a record will request that the date time be updated, rather than directly updating it.
- EOMDevelepors7 years agoQrew CaptainHow about adding a get line of code to get the time from any given date time field in any table which I can set a formula field to be now().
Can you help me with this line of code to get the date time from that field?
Thanks - EOMDevelepors7 years agoQrew CaptainThanks for your reply.