Forum Discussion

echoniner's avatar
echoniner
New Member
7 years ago
Solved

Function to get dynamic file names not working with RelativePath

Hi!   So, I have a query that's working with a function. Here it is:   (file as text) => let Source = Json.Document(File.Contents("E:\FTP\Client\Data\"&(file))),   That's working fine, but it...