
Announcements
Hi There,
My flow is renaming files with a part number which is being extracted from the image. If the same part number occurs the flow fails because it cannot rename the file the same name. I would like the flow to rename the file if the part number already exists with Partnumber (1).jpg, Partnumber (2).jpg, and so on as more of the same part number images are created. Appending the incrementing digit starting at 1 makes the file name unique and allows it to save.
I believe it would be a do until function with a variable if it fails to increment the digit.
Thanks in advance,
Di Help