Hi all,
for cloud BC, are we able to auto import file from certain path or folder?
3rd party will export file to the certain folder..
then BC need to auto import from this folder.
As long as BC can reach it, it could be imported. BC can't access your local fileserver or filesystem. So please store it somewhere in the cloud. You can then build an API for example that can access the file in the cloud. Azure File Storage or Sharepoint for example.
Not directly as BC cloud does not have access to your file system. Your need to use some other mechanism to sync the files from/to some cloud storage such as Azure BLOB storage (using powerapps perhaps) and then BC can use that instead that instead
Answers
Is there any link that i can try on for import data from azure storage?