Dear Team,
Greeting of the day.
Could anyone suggest to me the best way to define the bot for renaming the pdf files?
Process:
- The bot should open each file in the folder.
- Get 2 values from each file and close the pdf.
- Rename the file with the 2 values in between with “_”.
- Move to a separate folder.
Regards,
Jaffer
So since you are moving the file to different location @jaffer_sadiq
you can use move file activity ( where you can directly rename ur file too)
MoveFile Activity will help you in this .
Use the properties as below
From :- Path\Filename
Destination :- Path\RenamedFilename
Thanks
Hi @jaffer_sadiq
an example fr ur reference
Hope this helps
Thanks
Hi @jaffer_sadiq
If you have no more questions kindly close the topic and mark aa solution
Happy Automation