I am trying copy files from onpremise network folder to office365 Document library.
Here is the flow details
1) create cloud automated flow
2) Add trigger under FTP=>when file created(properties only)
3) Add action FTP=>get file content //getting ID from previous step
4)Add action sharepoint=>create file//specify document library path
The above flow works as expected but when we test manually but as per trigger it should does automatically right whenever file gets created in the source path then files should get created in sharepoint Document library based on the trigger conditions. Im not sure if we need to use schedule cloud flow in this scenario