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

Nguyen Thi VIet 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.
4,237 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,838 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,600 questions
{count} votes

1 answer

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

    @Nguyen Thi VIet I'm trying to do something similar. Let me know how did it go for you.

    0 comments No comments