This is causing me a major headache
When importing I'm using custom name with index so it names the files duck 1.jpg, duck 2.jpg and so on.
The problem is if I then want import more files at a later date it starts at 1 again, I can't change when the increments starts.
EDIT - Just figured it out, I needed counter not index.
When importing I'm using custom name with index so it names the files duck 1.jpg, duck 2.jpg and so on.
The problem is if I then want import more files at a later date it starts at 1 again, I can't change when the increments starts.
EDIT - Just figured it out, I needed counter not index.