[Logic app]Using Azure function to process data from sharepoint and update it into another folder in sharepoint using Python

Viet Quoc Luu 31 Reputation points
2022-03-21T04:38:33.673+00:00

Hi everyone, I am create a logic as below.
184920-image.png

The Azure function in the logic app will process the files from the link gotten from the request body.
Below is my 2 questions.

  1. What Python code should I use to actually get the "raw" from the request body?
    I am currently using the below.(Assuming that I have connected the sharepoint API for the Azure function)
    184988-image.png

2) This function will return a data frame. Will sharepoint csv file accept a data frame as its file content?
185053-image.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
Microsoft 365 and Office | SharePoint | For business | Windows
{count} votes

1 answer

Sort by: Most helpful
  1. Mahajan, Nitin (TR Technology) 1 Reputation point
    2022-08-31T19:05:10.873+00:00

    @Viet Quoc Luu I'm trying to do something similar. Let me know how did it go for you.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.