Hi, I am trying to create a workflow that renames files.
My current process:
- Six separate entries are scanned into a specific folder with a random string name "3834929384920"
- Once those six entries are in the folder, I want to iterate through all six entries and rename them (first entry scanned should be named "Section 1", then "Section 2" etc
I think I need to assign values such as "Section 1", "Section 2" to a token and use a rename loop. I am struggling with this. Any help would be appreciated.
Thank you!