Update Next Value on Product Ref

Hello I want update the next value of my product Ref. In the module I configured the mask and then I import the products so when I created a new product the refs start with 0001 but my product list show 1929 items, so i need that when I create a new product put 1930

Thanks

Change your product mask from {00000} to {00000+1929}

That should make your next product number be 1930

I changed to {00000+1929} but didn’t changed the next value, so I removed one zero and then it make the change. But I want that my product id was 01929

You might try this mask {00000+01929}

Hope this works for you. Frank