I have the following pipeline:
Get Metadata1 basically retrieves child items (which is collection of folders i.e. originalFolder1
, originalFolder2
, etc..).
Inside ForEach1 activity, I put copy data activity.
When defining the source dataset, I would like to use the retrieved folder name as the path. So It would be like this: staticFolder1/staticFolder2/originalFolder1
.
I did try using staticFolder1/staticFolder2/@item().name
in the folder path but it always throw an error file not found
Am I missing something?