How to import file on Dynamic 365 using Azure Function

198 views Asked by At

I have one CSV file that file I want to upload on Dynamic365 using Azure Function.

1

There are 1 answers

0
Madhuraj Vadde On

Thank you Jason Pan and DnyaneshSurya for your valuable discussions. Posting your discussions as answer to help other community members.

Use Dynamics 365 Web API to upload the CSV files.

  1. use the entity "sharepointdocumentlocations"
  2. Create an Azure function to generate an REST API Call.

Reference : https://community.dynamics.com/365/f/dynamics-365-general-forum/414053/upload-sharepoint-document-using-dynamics-365-web-api