Saving file as different names

I have a process that requires saving a lot of files into a single folder, the problem is I do not want it to overwrite the file using the same name.

I don’t really care what the name of the file is, I just need the file to be saved.

What would be the easiest sequence to make for naming the process.

I am aware saving the date and time as the name of file is possible but if there is an easier way then please let me know, otherwise let me know the process of naming it regarding date and time.

Do a file count on the folder, prefix the next file name with the variable produced incremented by one

If files are moved out, that might be an issue - so you’d want to maybe create a datatable of all files in the folder and their names. Sort them by name. Whatever the prefix is for the last file, increment that by one: