Hi,
works for me. could you give me the actual float you are using on that action?
[EDIT] my bad I checked with a real number, and I see the problem.
let say your milliseconds value is 100, D1 will still output 100, because it only asks for minimum 1, not cut it to 1.
D5 will ouput 00100
do you get it? I don't think there is a way to get out of this using this action, since it's a built in feature of c#...
the way to go about it, would be to parse the milliseconds yourself and compose the string later, so only use this action without the ms, then add the ms you want ( still using this action, but ONLY get the ms using {4:} as a formater, then cut the string and compose it using build string action.
Does that make sense?
bye,
Jean