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