How can I create a list of dates between start and end dates?
I have the Start_Date and End_Date variables. I would like to create records for each day between those two dates. Is there any workaround to create the list of dates and then iterate it?
I would really appreciate any help or workaround you may know.
Thanks in advance!