DnyaneshSurya
DnyaneshSurya

Reputation: 207

How to import file on Dynamic 365 using Azure Function

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

Upvotes: 0

Views: 249

Answers (1)

Madhuraj Vadde
Madhuraj Vadde

Reputation: 1227

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

Upvotes: 0

Related Questions