An easy one I think,
I want to have an attribute which comes out from counter which starts with 01 not with 1...so I set this in my count start param (01) but it didn't change anything!? it starts at 1
Any solutions?
Greetz
Franco
An easy one I think,
I want to have an attribute which comes out from counter which starts with 01 not with 1...so I set this in my count start param (01) but it didn't change anything!? it starts at 1
Any solutions?
Greetz
Franco
Best answer by takashi
Hi @franco69, you can convert 1, 2, 3 ... to 01, 02, 03 ... with the StringFormatter. Try this.
