Looking to create an incremental value, but need to setup a starting point, it should be something simple, but Im new at make and need some help.
I’m using an Increment function as a counter, and then a set value to point it to my field ID, and cap it to a 3 digits, like this.
{{replace(“000” + 15.i; “/^0+(?=\d{3})/”; emptystring)}}
15.I is my valie coming form the increment, but then I need to be able to modify the starting value of the counter.
Attached is my automation
Any help is very welcome.
Cheers.