Azure Data Factory – How do I iterate and read records in a CSV file using a ForEach loop?
I have a requirement to generate a unique 'guid' for each row in the dataverse, and for that, I'm using an additional column in the copy activity as shown below. Since it generates the same guid for every row, I'm…