0
votes

I'm creating this Logic App that runs when the user clicks the link from the HTTP request. The user has no idea if the logic app is running or has failed. Is there a way to give the user a response, like the status of the logic app. So first status will be: 'Running' and when the logic apps is done the status will be: 'Succeeded!'?

greets

1

1 Answers

0
votes

When the user clicks the link, they will get a http 200 ok message from the logic app automatically.

if you want to specify the response, you can use the Response Connector and mention the StatusCode and the Body as required.