Can powerautomate run python scripts on files on Sharepoint?

NishimuraChinatsu-9854 756 Reputation points
2022-06-20T07:48:05.62+00:00

Can powerautomate run python scripts on files on Sharepoint?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,166 questions
0 comments No comments
{count} votes

Accepted answer
  1. RaytheonXie_MSFT 38,576 Reputation points Microsoft Vendor
    2022-06-21T01:54:33.773+00:00

    Hi @NishimuraChinatsu-9854 ,
    As far as I know, you can make use of azure functions to achieve the scenario. The flow will call the azure function API and processing will be performed and the result will be returned back to flow.
    https://learn.microsoft.com/en-us/azure/azure-functions/supported-languages

    You can check the below mentioned document regarding the steps on how to create azure function.
    https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-azure-function

    You can use HTTP trigger to call the azure function from flow.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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