How to rename file and date format in Uipath Act. please help

Hi,

In My Flow i Create Rename File Finished and then i would like how to rename file and date format in Uipath please help.

Ex. “letterGSB + Current Date(05022022) .pdf”

Thank you.

Hi @punnipah

Try this
“letterGSB_"+DateTime.Now.tostring(“your format like dd.MM.yyyy”)

Regards
Sudharsan

1 Like

Thank you very much

If your query solved don’t forget to mark your solution so that it will help others too

Regards
Sudharsan

Hi @punnipah
Mark that post which I have quoted as solution brother

Happy automation

Regards

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