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,
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
Thank you very much
If your query solved don’t forget to mark your solution so that it will help others too
Regards
Sudharsan
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.