Hi,
I have a device that provides seperate values for month / day / hour / minute .
I am trying to use transform to join these 4 x values to into a single value.
I currently get this result which removes the leading zeroes which is not ideal.

Any idea how I can produce the intended result of
"04/05 00:19"
?
Thanks in advance