Check your request parameters to make sure the Path “” exists on your file system


I got this error while trying to set the input folder for File System connector Trigger in Logic apps, which is intended to trigger the Logic app which is watching a folder (with help of On premises Data gateway)


Check your request parameters to make sure the Path exists on file system



Why it happened


Before specifying the folder to watch, we need to create a connection to File System – below are the details required
 creating FileSystem connection
If you see, against username I had provided only user name, whereas it is mentioned to provide Domain\Username


What to do


We need to follow the instruction  😊 , provide the username in correct format. Specify the domain along with the username  (Domain\Username).

In my case, am connecting to folder which is Virtual Machine and it is not part of any domain, then in this scenario the Machine Name becomes the domain.
providing domain name
                                                                

After correcting the mistake, I was able to see the folders under the Root folder

ServerLess360


Comments

Popular posts from this blog

The request has both SAS authentication scheme and 'Bearer' authorization scheme. Only one scheme should be used

Getting Started with Logic Apps - AS2

How to Debug and Trace request in Azure APIM - Portal, Postman, RequestBin