Move XML file to other folder but it change it to PDF

Hi,

Using the move file activities to move a pdf and xml file to a different folder. It move the xml, but it change the xml to pdf, I want to it to keep the file type, but it keeps changing it from xml to pdf.

  1. abc.xml and abc.pdf

after moved

2.abc.pdf and abc.pdf

Previously it okay when using Windows-Legacy, this issue happens after migrating to Windows.

Thank you.

Chechk before if file.extention = .xml
after, move it

yes, it move both the xml and pdf file, but it change the file type for the xml to pdf.

Not sure why, but it happens when using arguments to pass the path of the files, but when not using arguments, it works.