0

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

DnyaneshSurya
  • 187
  • 1
  • 1
  • 14

1 Answers1

0

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

Madhuraj Vadde
  • 1,099
  • 1
  • 5
  • 13