MS 团队:响应操作
ms teams : response action
我们正在尝试在 MS 团队中实现自动化,这将:
- 解析json
- HTTP Post 到 API
- 获取 HTTP 响应
- post 使用自适应卡片对聊天进行评论。
我们使用 power automate 创建了一个 BOT,并使用 :
创建了一个流程
- 所选邮件
- 解析JSON
- HTTP Post 到 API
- Post 在聊天中发表评论。使用自适应卡
但是当我们使用以下流程在 power automate 中添加“响应”时:
- 所选邮件
- 解析JSON
- HTTP Post 到 API
- 回应
- 解析 JSON 正文(从响应中解析正文)。
- Post 在聊天中发表评论。使用自适应卡
保存后,我们收到此错误:
Flow save failed with code 'WorkflowUnsupportedSplitOnTriggerForResponseAction' and message 'The workflow with 'Response' action type should not have triggers with 'splitOn' property defined: 'manual'.'.
请告知纠正上述问题的正确流程?
从评论部分移动:
这是设计使然。您只能在请求操作之后添加响应流程步骤。触发器的响应可作为属性使用。有关类似问题,请参阅此线程。
https://powerusers.microsoft.com/t5/Building-Flows/unable-to-use-a-response-action/td-p/378804
我们正在尝试在 MS 团队中实现自动化,这将:
- 解析json
- HTTP Post 到 API
- 获取 HTTP 响应
- post 使用自适应卡片对聊天进行评论。
我们使用 power automate 创建了一个 BOT,并使用 :
创建了一个流程- 所选邮件
- 解析JSON
- HTTP Post 到 API
- Post 在聊天中发表评论。使用自适应卡
但是当我们使用以下流程在 power automate 中添加“响应”时:
- 所选邮件
- 解析JSON
- HTTP Post 到 API
- 回应
- 解析 JSON 正文(从响应中解析正文)。
- Post 在聊天中发表评论。使用自适应卡
保存后,我们收到此错误:
Flow save failed with code 'WorkflowUnsupportedSplitOnTriggerForResponseAction' and message 'The workflow with 'Response' action type should not have triggers with 'splitOn' property defined: 'manual'.'.
请告知纠正上述问题的正确流程?
从评论部分移动:
这是设计使然。您只能在请求操作之后添加响应流程步骤。触发器的响应可作为属性使用。有关类似问题,请参阅此线程。 https://powerusers.microsoft.com/t5/Building-Flows/unable-to-use-a-response-action/td-p/378804