I have one CSV file that file I want to upload on Dynamic365 using Azure Function.
Asked
Active
Viewed 157 times
0
-
You can use `Dynamics 365 Web API` to upload csv file. For more details, [please check this post](https://community.dynamics.com/365/f/dynamics-365-general-forum/414053/upload-sharepoint-document-using-dynamics-365-web-api). – Jason Pan Mar 02 '22 at 12:34
-
@Jason Pan Thanks for the response but can we make REST call from Azure function and send file on Dynamic365? – DnyaneshSurya Mar 03 '22 at 15:21
-
absolutely you can – Jason Pan Mar 03 '22 at 15:23
-
Do you have any sample code ? – DnyaneshSurya Mar 03 '22 at 15:24
-
https://learn.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection – Jason Pan Mar 03 '22 at 15:26
-
you can use httpclient to call restapi – Jason Pan Mar 03 '22 at 15:26
-
1Thank you Jason !! I will try from my end. – DnyaneshSurya Mar 03 '22 at 15:47
1 Answers
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.
- use the entity "sharepointdocumentlocations"
- Create an Azure function to generate an REST API Call.

Madhuraj Vadde
- 1,099
- 1
- 5
- 13