Hi all I need the dates from a specific date till today. Like I have a date “2-Jul-23” and I need the dates till today in the same provided format “31-Jul-23” in a list etc. Then I need to loop through this output list from an excel file to find the exact cell value that in which cell the current item of list is placed. The attached excel file is attached for reference.
Hi i need the output of dates in the below format. “31-Jul-23”, because in the attached excel the date format is like “31-Jul-23” . and when i try to search the date in excel, did not find the exact cell value.
Hello @Parvathy
Can you try this one i got output as like. and your date is column name so you can directly put your code in for each row or something.
and your column is date.
note- its not created with best practices. its just for your logic. you can modify as per your conditions all contains default values. Main.xaml (20.0 KB)
Hope this will solve your issue.
.
What are you giving in startDate provide the condition. Please check the provided workflow startDate in the workflow is of Datatype: System.Datetime and it will consider the values according to the format dd-MMM-yyyy.
Then check the variables are proper as per the provided input. out_dt is the datatable which i read from the excel. and remaining variable or you can check that error with the chatgpt may help. cause without full view error and checking i can not solve.