In the Notification message of a workflow, how can I convert <% =Operation.TargetToSet["accountExpires"] %> into a human readable date?
In the Notification message of a workflow, how can I convert <% =Operation.TargetToSet["accountExpires"] %> into a human readable date?
FWIW, a technique I have used is to store the date in human readable form in a VA and reference that in the notification instead.
FWIW, a technique I have used is to store the date in human readable form in a VA and reference that in the notification instead.