About 536,000 results
Open links in new tab
  1. I need to convert a json message from my logic app into HTML

    Sep 21, 2021 · I am using Logic App standard and getting my json content by pining a an endpoint using HTTP action and wanted to change that response to an HTML email body …

  2. powerapps - Logic app, convert run query json results to usuable ...

    Feb 8, 2024 · I am looking for a way to make the output results of the query, which is in JSON, more usable, more readable, maybe in a html format and use that in the incident, or something …

  3. Parsing Entities from Azure Sentinel incident into Logic Apps for ...

    Aug 5, 2021 · jainshamu The entities are stored as json so the easiest way is probably to use the parse json and create html table functions to make the data more readable. Your json schema …

  4. GitHub - mlopinto/Sentinel-LogicApp: This logic app provides a …

    In this example, the logic app will read the incident, grab the IP addresses associated, and query each of the IPs against the Log Analytics workspace "SecurityAlert" table to pull back the …

  5. How to use Create HTML Table block in Azure Logic Apps to format JSON ...

    Nov 22, 2021 · Sometimes after extracting data from certain data sources in JSON format we have to format and make this data easily readable so as to send this data via Microsoft teams …

  6. How to customize the result in "Create HTML Table" in Logic Apps

    You can use Parse Json to parse the json result from "Get entities" action first. You can click "Use sample payload to generate schema" button and input the json result into the box to generate …

  7. Convert JSON and XML with Liquid templates - Azure Logic Apps

    Jan 4, 2024 · For transformations between JSON to JSON, JSON to text, XML to JSON, or XML to text, you can create a template that describes the required mapping or transformation using …

  8. What’s New: HTML and Markdown support for incident comment

    Oct 8, 2020 · However, you can input HTML/Markdown directly through the UI using the Markdown syntax, or send it using a Logic App or the API and the comment section will render …

  9. Logic App: Transform json string list to a table in html?

    Aug 15, 2023 · How can I transform this json into a html table, so I can send it via Email? It should look like this in the mail:

  10. Transforming JSON Objects in Logic Apps - Sprouting Bits

    May 18, 2017 · In this post, I’ve shown how to use Logic Apps capabilities to transform JSON objects to a different data model. We can leverage Data Operation actions to do so. The Parse …

Refresh