How to handle ActionResponseSkipped: The execution of template action 'Response' is skipped?
Azure Logic App Designer
Adding the following from the code view of logic app or change response block settings from the designer explorer.
There are two way to solve this, use either of the following methods given below
Go to code view of response action Add "operationOptions" property as "Asynchronous"
You can also achieve this by enabling Asynchronous mode from the Response action settings
Now run the workflow, you will be able to see the executing as expected