How to save the excel file as other file

Hello guys,

After using the Move File activity, the Excel File cannot be opened. Does anyone know what is the reason?

Thanks for help!!!

image
The moved file which supposed is a Excel file
T2_Sample Flow Record.xaml (23.9 KB)

Hi,

If you want to the file named AppNum, can you try to add “.xlsx” as the following in MoveFile activity?

"D:\User\Desktop\RPA_Tier2\Completed"+"\"+AppNum+".xlsx"

Or if you want to move the file in AppNum folder, can you try to create the folder in advance?

image

Regards,

1 Like

@CHAN_Hiu_Fung_Victor_Stud

Did you give the full file path with extension as well?

Cheers

1 Like

It works. Thanks for help!!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.