I have a logic app with an HTTP Trigger is triggered whenever an alert rule is met. On this event, the entire alert response is sent to the logic app where I can parse the JSON to extract the information I need such as the Search Results URL.
However, I want to create a Recurrence Logic App that queries App Insights logs. If the condition is met, I want to send an email. I tried this but a limitation of this is that I am not able to include the Search Results URL in the email. Is there a way to get the Search Results URL or form one in case of a Recurrence Logic App?
I have attached my Recurrence Logic App design. As of now; it queries the App Insight logs, and it sends an email alert by combining the output rows. However, it does not include the link to the search results. Is it possible to include a link to the search results in this scenario?