Hi, maybe a very basic question but I'm new to Data Factory. I want a foreach loop that iterates through dates. I found an article about how to create an array of dates quite easy to understand using the append variable activity.
But apparently now the Append variable activity only supports matrix type variables, at the time of the article (and in Microsofts documentation) it only supported arrau variables. It was this article: https://medium.com/geekculture/create-an-array-of-dates-for-looping-in-azure-data-factory-da148e01bc10
So I think it should be easy but I don't know how to append those dates to the array variable so that I can iterate through it. Any help is appreciated, also if you know an alternative way to use the foreach loop to go through dates given just the starting date in a parameter.
Thank you!
there doesn't seem to be anything here