@Viet Quoc Luu I'm trying to do something similar. Let me know how did it go for you.
[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
Hi everyone, I am create a logic as below.

The Azure function in the logic app will process the files from the link gotten from the request body.
Below is my 2 questions.
- 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)

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

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
Microsoft 365 and Office | SharePoint | For business | Windows
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.