【问题标题】:Is there a way to run the python scripts through Power Automate without Azure?有没有办法在没有 Azure 的情况下通过 Power Automate 运行 python 脚本?
【发布时间】:2022-11-03 15:00:54
【问题描述】:

我想自动化我的 python 脚本以每天运行。是否可以使用 Power Automate 但不使用 Azure 来自动化它们?

我尝试使用 Azure,但我想知道是否有任何方法可以在没有 Azure 的情况下使用它。

【问题讨论】:

    标签: python-3.x azure selenium power-automate


    【解决方案1】:

    不幸的是,我们没有任何连接器来运行 python 脚本。

    通常,如果您使用的是 azure,那么您可以使用 Azure function appHTTP trigger(运行 python 脚本),并且也可以集成到您的工作流程中。

    正如您所提到的,您不想使用 azure,您需要构建一个自定义解决方案,例如,如果您有一个允许自定义 API 的网站,那么您可以在该网站上构建您的 python 程序,并可以使用自定义连接器来连接到网站并传递信息。

    您可以从 flow 中传递输入参数,处理将在网站上完成,它将共享回信息,这些信息将由 flow 处理并显示给最终用户。

    【讨论】:

      猜你喜欢
      • 2016-03-01
      • 1970-01-01
      • 2022-01-01
      • 1970-01-01
      • 2021-06-11
      • 2016-04-17
      • 2018-06-03
      • 2015-08-21
      • 2018-12-10
      相关资源
      最近更新 更多