Hi,
This is a low hanging fruit question...
I just need to add a field at the end that provides 2023-03-17 and then the time in hours and minutes only.
I tried using DateTimeToday() ....but it only provides the day's date, how do I had hours.... yyyy-mm-dd hh:mm ????
Solved! Go to Solution.
Got it, DateTimeNow not Today
@hellyars Can you try the DateTimeNow() function
Hi @hellyars
You also might want look at DateTimeStart(). This returns the time that workflow started as opposed the current time, which can be useful if you want to show elapsed time
Dan