python - 是否可以使用 Microsoft Flow 自动执行 Python 脚本?

标签 python automation power-automate

我想使用 Microsoft-Flow 基于某些触发器执行一段 python 代码。有没有办法做到这一点?

基本上,我正在探索 Powerapps 和 Microsoft-Flow。我在 powerapp 中有数据,我可以在那里进行基本操作。但是,每当用户按下 powerapp 中的按钮并再次在 powerapp 上显示结果时,我想执行一个 python 脚本。

最佳答案

理论上,您可以使用 Azure Functions。您需要执行的步骤如下:

  1. Create an Azure function
  2. Create the API definition using Python as the language
  3. Export the definition to PowerApps/Flow
  4. Add the function to your app as a data source或者
  5. Add the function to Flow

它仍处于试验阶段,但您应该能够让它发挥作用。

关于python - 是否可以使用 Microsoft Flow 自动执行 Python 脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46718344/

相关文章:

python - ReportLab制作简单表格的方法

powerbi - 在 Power BI Embedded 中以 PDF 格式导出报告

power-automate - 使用 Power Automate 流,如何将 JSON 数组转换为带分隔符的字符串?

python - 负面实例的机器学习问题

python - 为什么仅当 Debug=False AND db 设置为 Heroku 上的生产数据库时,django 才会在服务器 500 上失败?

python - 从 docker 中的 pipfile.lock 安装时出错

testing - 在使用第二个浏览器窗口的同时在一个浏览器中运行 Selenium 测试

ios - Appium,仪器在启动时崩溃

java - Selenium 自动化 : What should be the acceptable range of failed test cases apart from the valid fails when running a test suite?

excel - 电源自动化 |如何从Excel公式中提取超链接?