I am trying to get the Last Modified date on the files (CSV linked service) in my repository using Get Metadata activity.
Field List

However, I am getting the same date/time for all of the files... the LastModified date on the folder instead of the individual files inside.
same LastModifiedDate output example

My design pattern is to Get the list of files and then iterate in a For Each over each item.
Synapse Pipeline design pattern

I am able to get the Filenames with
@activity('Get Metadata').output.childItems
I just don't see a LastModified date in the attributes of the Jason.
This code needs to go a level deeper:
@activity('Get Metadata').output.lastModified
What is the syntax I am missing to access each of the file properties?


For this activity use parameterized data set with filename.
-- Create parameter in Dataset
-- Use this parameter in the dataset.


