I need to append date and time to the file name dynamically while using the move activity

@manjesh_kumar,

Can you try with below?

DestinationFolder+Path.GetFileNameWithoutExtension(SourceFolder)+“_”+Now.ToString(“dd.MM.yyyy”)+“.txt”

2 Likes