File Name Doesnot Exist

Hi Team,

I am using Rename file Name activity. Even though my source file is present , its still throwing file doesnot exist.



Hi @marina.dutta

Check the file path that is stored in str_pdf variable is correct or not.

Could you show me what are the values present in the file_name variable.

Hope it helps!!

@mkankatala

Now its working .The Rename activity is working

Use file exist activity before the rename file activity to check the file exist or not. The output of File exist activity is Boolean datatype variable called bool_file.

Insert If activity to check the condition

- Condition -> bool_file = True

In then block insert rename file activity to rename the file. Delete the Rename file activity and insert it again and pass the variables.

Note - In the file_Name variable remove the .pdf extension at last.

Hope you understand!!

1 Like

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