I’m working on a workflow to set current time when...
# general
c
I’m working on a workflow to set current time whenever the print button is clicked, I got the workflow to work (when I check the log it’s setting the time on the custom field) but the custom field doesn’t update with the time I created a custom free form text field that is not holding value. The workflow sets the sysdate to that field whenever print is clicked. Any thoughts on why my field wouldn’t update.
g
You could try using a custom field of the type Date/Time instead of using the Free Form Text?
c
Ya I tried that with {today} I had the same issue, the workflow was setting the field but the field wasn’t showing the value