I've searched and tried on my own for quite a bit now and can get through, I'm a novice to this and I feel that I got the idea clear but cannot get it in action.
I'm trying to get all the photos from a folder and give a unique name for all of them, and then, add the creation date at the beginning.
I'm guessing I should use some sort of loop, so that the program gets the first image, name it let's say "Photo" and then add the date in front, before starting the same process for the next image.
I already have the first part set up, where the program gets the images and assigns them a variable "FilesToRename", then I put a for each and inside the for each two rename files, the first to assign a new name, and the second to add the date at the begin. The first rename set to use the "CurrentFile" from the for each and giving a variable "RenamedFiles", and then the second rename takes the "RenamedFiles" but is not working.
Any input on how to set it up?

Kind Regards.