How to add a sequence when mapping get file to Wordpress uploads?
I need to make file uploads unique. I can use the cell of the source sheet as the file name. But all images would have the same name.
What code can I add to append a sequence (such as 0001 onwards) for each file?
Welcome to the Make community!
To do this, you can try using the Tools “Increment function” module —
Returns a value of 1 after first run. Every subsequent run will increment the returned value by 1.
For more information, see https://www.make.com/en/integrations/util, and https://www.make.com/en/help/app/util in the help centre.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew