Hi
I have esatblished connection to my file server
I am using a File system trigger when a file is created.
in second step i try to use get file content and i point out List of file names from trigger action
When flow hits trigger action completes succesfulty but get file content fails with error message:
here is no file with name 'aaa.xlsx' located in '' on your file system. Verify the file exists or create it before trying to access it.
clientRequestId: 66e5741f-15a7-4958-821e-d9dd2f64c2fb.
Very strange because it find file name but says it does not find.
My goal when files will be created in that folder flow takes the files then substracts first 3 letters from the file name in this case aaa and then i will send these files as attachment to users aaa@companyname.com for each user individualy