VARCSolutions
21 days agoQrew Trainee
URL for current time in Time of Day field
Hey all,
Trying to deal with stamping a Time of Day field with the current time when clicking a button. I know about how "now" functions to do this properly when using a Date/Time field, but it doesn't seem to translate properly into Time of Day fields. It errors if I just try to use "now" in the field assignment and returns nothing if I ToTimeofDay("now").
I can't use Now() because this caches the time the page loads and that won't work for how this process needs to function.
What's my best option to get this handled?