How can I add 0 in fornt of Time formate type

H:MM -> HH:MM
Example :
13:25 -> 13:25
9:30 -> 09:30
7:25 -> 07:25
Thank you for your help

Better late than never. https://mockaroo.com/22d5f0e0

Check the formula on the field time. We are testing for length and if less than 8 we are using concat() to prepend a 0.