Date

Hi, I have done a code to read some excel with current date as file name

Is there any method to execute the code with out any change in the excel reading activity?

Hi @rnahasnahasuddin

If you have an assign activty to keep Excel name before Reading activity, you shoud change the current date expression like this:

Now.AddDays(-1)

Regards.

@rnahasnahasuddin,

You can use like this Now.ToString("mm.dd.yyyy")+".xlsx"
Remember to change the current date format as per your file name.