Hi community!
I’m having an issue trying to write a dynamic path for the input data in the config file. The file name contains the data of today as yyyyMMdd (Planning 20220505 NA.xlsx). In the config file have written:
“Planning” + DateTime.Now.ToString(“yyyyMMdd”) + “NA.xlsx”
This is not working though.
Thank you for any help.