Hello,
I currently wanted to construct a workflow that pulls in the last month as a number without a leading zero.
I came up with this:
(DateTimeFormat(DateTimeAdd(DateTimeFirstOfMonth(),-1,"months"),"%m")
However I want to get rid of the leading zero.