A simple flow to check files on a specific folder on a FTP server. If file is .csv then create/copy a file in a folder on Sharepoint.
"Get File Content" is not able to access file on Folder on ftp server. The error response is "404"; "The provided path '[path of legit file that exists]' does not exist.
I have checked:
By clicking on Open folder I am able to navigate to the file.
Any help would be highly appreciated.
Thanks
Mitesh
Sharing the solution for anyone in this situation.
I realised I was only passing the name of the file instead of Path - Changing to Path fixed it.
Same flow without Get File Content and Create File - successfully loops through multiple files.
Strange!