Trying to deal with files with the same file name in xls to xlsx

I added a create file on failure to the end of the loop and that works but it does not continue the loop. I get a An action failed. No dependent actions succeeded. Any help on fixing this would be greatly appreciated.

Dear @wesleybb,
Can you share screenshots of the error you're getting? Is it inside a flow?

Here is a screen shot

Hello @wesleybb,

Most likely you're trying to create a file with the same name in the loop. And rewriting it prohibited.

image

Try to define a variable and name each file with the variable in the loop. Then increase the variable value so the next file will have a unique name.

Best regards,
Petr
Plumsail team