The place is correct.
What we don't understand is WHY-WHERE this is to be done???
Numeric fields do not show leading 0's (integer>=1). 0.5 will show a single 0
Padding with 0 (or a space) is only valid for Text
You can 'format' filename strings in the send to Disk (or device) template
{series_index:0>5.2f}
That is my template for series_index when included in a filename.
2 digits before the . and 2 after (the 5)
|