saikoneru1997 / Azure_DataFactory

0 stars 0 forks source link

count of files in folder #37

Closed saikoneru1997 closed 1 week ago

saikoneru1997 commented 1 week ago

First we need to point the folder in dataset get metadata activity to get the files within the folder by using childitems field

Image

create a variable to store filecount value

Image

here call the setvariable and value should be length function

Image

within the if condition expression

Image