web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / DAXSEED / Import file from SharePoint...

Import file from SharePoint to D365FO using Logic App

SunilRakesh Profile Picture SunilRakesh 340
Below example on logic apps integration for Share point – D365 Ops.

  • When you upload a .txt file on Share Point folder with customer details, using that file we can create new customer in D365 using Microsoft flow with less efforts. We can use same process for "Housing sol" custom data entities. Instead file system we can use this approach. And need to do more analysis with different scenarios.


Picture
Picture
.Txt file content:

{"CustAccount": "AZ000435",
         "Name": "From Azure Sun Test",
                 "Currency": "GBP",
                "CustomerGroup": "10"}


Comments

*This post is locked for comments