Hi folks, I’m currently finishing up a Retrobatch workflow for processing E-commerce images (so it just reads the images in a designated folder) and saving them to a new folder (which then uploads them to a Shopify listing based on the images’ filename).
What I’d like to do is for each time the workflow runs, it prompts the user for a filename and renames each image that input plus a number sequence (these filenames are Shopify product IDs in my case, so the output filenames would be something like 2305923959_1, 2305923959_2, etc).
Is this possible in Retrobatch? Unsure if it would require a javascript node or not.
Thanks for any help you can provide!