79756532

Date: 2025-09-05 08:09:13
Score: 0.5
Natty:
Report link

enter image description here

Here, used

  1. Parse JSON action to get your data being used input

  2. For each loop - action for tables since the number of rows are dynamic

  3. Compose action to get your result

    {
      "type": "ColumnSet",
      "columns": [
        {
          "type": "Column",
          "items": [
            {
              "type": "TextBlock",
              "text": "**TimeGenerated**"
            },
            {
              "type": "TextBlock",
              "text": "2022-06-03T03:20:00Z"
            },
            {
              "type": "TextBlock",
              "text": "2022-06-03T03:20:00Z"
            }
          ]
        },
        {
          "type": "Column",
          "items": [
            {
              "type": "TextBlock",
              "text": "**_queue**"
            },
            {
              "type": "TextBlock",
              "text": "queue1"
            },
            {
              "type": "TextBlock",
              "text": "queue2"
            }
          ]
        },
        {
          "type": "Column",
          "items": [
            {
              "type": "TextBlock",
              "text": "**_messages**"
            },
            {
              "type": "TextBlock",
              "text": "8073"
            },
            {
              "type": "TextBlock",
              "text": "570"
            }
          ]
        }
      ]
    }
    
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vijayamathankumar