If you cannot find Child items as an option in the Field list for Azure’s Data Factory Get Metadata check the source Dataset.
Using dynamic content for the file path might resolve this problem.
Keeping the parent directory as a static hard coded string will work but the second and third option boxes should contain:
@dataset().SourceFolder
@dataset().FileName
SourceFolder and FileName will need to be dataset parameters of type string.