跳过模板操作 'Response' 的执行:客户端应用程序未等待服务的响应

The execution of template action 'Response' is skipped: the client application is not waiting for a response from service

每当我尝试 运行 我的逻辑应用程序时,我都会收到错误消息

The execution of template action 'Response' is skipped: the client application is not waiting for a response from service

由于您创建了触发器 "When a HTTP request is received",所以我们需要请求触发器中生成的 url 来触发此逻辑应用程序,如果我们单击 azure 上的 "Run" 按钮门户网站,它将显示您在问题中提到的消息。你可以在 json 类型中使用参数 "message" 在 postman 中请求 url,它将正常工作(它将响应 postman 中的语言)。