Vinay Jayaram
Vinay Jayaram

Reputation: 1005

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

When ever i try to run my logic app i get an error

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

Logic-App

Image-2

Image-3

Upvotes: 5

Views: 10227

Answers (3)

Aamir
Aamir

Reputation: 821

This error occurs when you have copy-pasted the action from another flow.

Upvotes: 1

AYANA CHATTERJEE
AYANA CHATTERJEE

Reputation: 11

please turn on Asynchronous Response true. It will resole your issue

Upvotes: 1

Hury Shen
Hury Shen

Reputation: 15754

As you created the trigger "When a HTTP request is received", so we need to request the url which generated in the trigger to trigger this logic app, if we click the "Run" button on azure portal, it will show the message you mentioned in your question. You can request the url in postman with the parameter "message" in json type, it will work fine(it will response the language in postman).

Upvotes: 3

Related Questions