How to add the date and time in my end of day report file?

@dylanTana get full folder path in veriable.
then right
Folderpath+“back slash symbol”+DateTime.Now.ToString(“yyyyMMddHHmmss”)+In_Config(“OrchestratorQueueName”).ToString

string.format is used when we are trying to add string specific place and you are not mentioning that place

2 Likes