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

时间:2017-10-12 20:28:12

标签: python automation microsoft-flow

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

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

1 个答案:

答案 0 :(得分:4)

理论上,您可以使用Azure功能。您需要的步骤如下:

  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
  6. 它仍然有点实验性,但你应该能够使它发挥作用。